Black Mamba

Faster, Higher, Stronger.

Ubuntu Install Software and Its Solution

When install a software, sometimes the following error will occur:

  • 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?

This is the solution:

  • sudo rm /var/cache/apt/archives/lock
  • sudo rm /var/lib/dpkg/lock

Comments