Alessio
02/03/2021, 8:39 PMapt install
something in my environment, but it says I don’t have privileges. I even tried apt install vim
like the docs suggest, but same issue. Am I missing something?
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?
Rick Lamers
sudo apt-get install ...
We should update the docs to make that more clear.Alessio
02/03/2021, 11:37 PM