Announcement

Collapse
No announcement yet.

Error when I write in terminal "sudo apt-get update"

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Error when I write in terminal "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

    #2
    Re: Error when I write in terminal "sudo apt-get update"

    At some point you had Adept Manager or Synaptic or aptitude or something running -- maybe there was a crash or hard reboot.

    With all such things closed, try resetting with
    Code:
    sudo dpkg --configure -a

    Comment


      #3
      Re: Error when I write in terminal "sudo apt-get update"

      I think
      Code:
      sudo killall apt-get apt aptitude adept synaptic
      should be enough.
      It did not say anything about broken packages.
      Join the dark side<br />---------------------------------------------------------------------<br />Samsung NC10 netbook running<br />PCLinuxOS 2010 // Win XP

      Comment


        #4
        Re: Error when I write in terminal &quot;sudo apt-get update&quot;

        If Adept is running you can't use apt-get from the console.

        Comment

        Working...
        X