Wednesday, January 9, 2008

how to unlock the download directory in ubuntu

root@localhost:~# sudo rm /var/lib/dpkg/lock
root@localhost:~# sudo rm /var/cache/apt/archives/lock

or

root@localhost:~# dpkg --configure -a

or

root@localhost:~# sudo apt-get install -f

1 comment:

Unknown said...

Hey thanks a lot. This helped me a lot.