I recently installed Ubuntu 12.04, but now updates will not install. This is the error message:
The following packages have unmet dependencies:
linux-image-generic-lts-saucy: Depends: linux-image-3.11.0-19-generic but it is not installed
I have tried several of the terminal commands listed among the AskUbuntu answers, but get:
E: Could not open lock file /var/lib/dpkg/lock - open (13 - Permission denied)
E: unable to lock the administration directory
The apt-get -f install
doesn't fix the problem.
I am not a code monkey, so would someone please help me? Thank you.
sudo rm /var/lib/dpkg/lock
.Before doing this, make sure that no other installation process is running on the background.Now trysudo apt-get install -f
and post it's output. – Avinash Raj Apr 09 '14 at 13:09saucy
extension is trying to be installed. Why would that happen if you are not upgrading to 13.10? – Jos Apr 09 '14 at 14:07