Skip to main content

E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)

pesan error kaya begini

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?

solusinya begini sahabat



root@bt:~# sudo rm /var/lib/dpkg/lock
root@bt:~# dpkg --configure -a

kalo keluar yang kaya begini

E: Could not get lock /var/cache/apt/archives/lock - open (11 Resource temporarily unavailable)
E: Unable to lock the download directory

solusinya begini sahabat

sudo rm /var/cache/apt/archives/lock

Comments