You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncomment lines 11-36. The three roles that have libicu66 in the name
3. Run the commands manually as superuser, first with dpkg --print-architecture to find if you are amd64 or i386.
4. Install libicu66 following this stack overflow answer
5. Once libicu66 installs sucessfuly re-run the ansible notebook with the lines 11-36 in datashield-R-setup still commented.
TASK [datashield-R-setup : Install libicu66 package] ***********************************************************************************************************************************
fatal: [145.38.192.166]: FAILED! => {"changed": false, "msg": "dpkg --force-confdef --force-confold -i /tmp/libicu66.deb failed", "stderr": "dpkg: error: requested operation requires superuser privilege\n", "stderr_lines": ["dpkg: error: requested operation requires superuser privilege"], "stdout": "", "stdout_lines": []}
I thought this was fixed but I guess it's still trigerring and error.
The text was updated successfully, but these errors were encountered: