Hi, I am new here.
I installed algorand and sandbox on Ubuntu 18.04.4 LTS.
My user is in the “docker” group, so it has all the permissions to run docker.
Running “./sandbox up” I got the following error message:
W: Unable to read /etc/apt/apt.conf.d/01-vendor-ubuntu - open (13: Permission denied)
W: Unable to read /etc/apt/apt.conf.d/01autoremove - open (13: Permission denied)
…
E: Error reading the CPU table
In the past I installed Docker using “snap”.
Now I uninstalled this and reinstalled Docker by static binaries (cfr. https://docs.docker.com/engine/install/binaries/).
Now “./sandbox up” works fine, without any error.
Thanks a lot.