PDA

View Full Version : [ubuntu] Errors while updating



positron98
May 8th, 2009, 06:39 AM
Hello,

I get the following errors as I execute $sudo apt-get update

E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?

What's causing this?

Also, earlier, I removed Openoffice3.0 using Synaptic in order to upgrade to 3.1. I might have accidently removed some dependencies. How would I check if all dependencies are there and should I execute the following command to get them back?:

sudo apt-get install -f

Thank you for your help.

zvacet
May 8th, 2009, 06:48 AM
is another process using it?

Is add/remove or synaptic run in same time?If yes then turn them off and work just with CLI.Try to change server under system>admin>sortware sources.Maybe that way you will get updates.It doesn´t hurt to run


sudo apt-get -f install

_Purple_
May 8th, 2009, 06:48 AM
Close your Synaptic Package Manager and then try to run

sudo apt-get update

positron98
May 8th, 2009, 07:56 AM
Thank you guys for your help!