I am trying to install Unetbootin on Ubuntu but get the above error and this one:
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
Can anybody tell me how to fix this so I can install Unetbootin successfully?
I am trying to install Unetbootin on Ubuntu but get the above error and this one:
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
Can anybody tell me how to fix this so I can install Unetbootin successfully?
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/)
These lines says that you are not authorized to install a package. You need root privileges to do it.
So, you must to use sudo
to give permission to install the package:
sudo apt-get install unetbootin