Find the answer to your Linux question:
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 ...
  1. #1
    Just 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?

  2. #2
    Linux Newbie egan's Avatar
    Join Date
    Feb 2009
    Location
    Mountain View, CA
    Posts
    132
    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.

  3. #3
    Linux Guru Rubberman's Avatar
    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!

  4. #4
    Linux Newbie
    Join Date
    Apr 2009
    Posts
    160
    If you can't find the other process somewhere,

    You may need to do

    ps aux |grep apt
    and kill the process

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...