When you install a package using dpkg and somehow you kill the proces, you may encouter the above error. There is an easy solution for that :
Remove the lock files using the following command :
sudo rm /var/lib/apt/lists/lock sudo rm /var/cache/apt/archives/lock cd /var/lib/dpkg/updates sudo rm * sudo apt-get update
Thanks it worked…
Thanks!!! it works for me in Kubuntu. 😉
Thanks! It totally worked.
It worked! Thanks so much!
It worked thanks
Thank It is working