Results 1 to 4 of 4
I was trying to install various extras in order to install rubyripper
sudo apt-get install flac lame mp3gain normalize-audio ruby-gnome2 ruby vorbisgain
E: Could not get lock /var/lib/dpkg/lock - open ...
- 06-15-2009 #1Just Joined!
- Join Date
- May 2006
- Posts
- 24
what does this msg mean
I was trying to install various extras in order to install rubyripper
sudo apt-get install flac lame mp3gain normalize-audio ruby-gnome2 ruby vorbisgain
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?
Is it something to do with my repositories?
- 06-15-2009 #2
Only one application can act on the source lists at a time. This message is telling you that apt-get was unable to install the files because another program was using them. Make sure the Update Manager, Synaptic, and any other instances of apt-get or aptitude are down.
- 06-16-2009 #3Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,977
This usually happens when you have the GUI package manager interface running, and then try to run apt-get to install/update packages. I kept getting the same problem with my Ubuntu laptop - doh!
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 06-16-2009 #4Linux Newbie
- Join Date
- Apr 2009
- Posts
- 160
If you can't find the other process somewhere,
You may need to do
and kill the processps aux |grep apt


Reply With Quote