Torben
Well-Known Member
david@david-laptop ~ $ apt-get remove pentium-builder
E: Could not open lock file /var/lib/dpkg/lock - open (13 Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
david@david-laptop ~ $
If you don't have a root login (probable, under a Ubuntu derivative like Mint) then you need to add 'sudo' in front of any commands you execute which need root privileges to run. i.e.:
% sudo apt-get remove pentium-builder
Use your regular password when it asks you for one.
Torben