If this is your first visit, be sure to
check out the FAQ. You will have to register
before you can post. To start viewing messages,
select the forum that you want to visit from the selection below.
If you have copied text output that contains formatting (colors, highlighting, etc.), please do not enclose it in QUOTE or CODE tags. Just right-click your mouse and choose "Paste Without Formatting" or similar (Paste as plain text).
Re: (/var/lib/dpkg/), is another process using it?
I no other process are using dpkg, run
Code:
sudo dpkg --configure -a
from the command line.
This happens when a program that uses dpkg, such as apt-get, or aptitude, or Adept, or Synaptic get closed incorrectly, such as happens if you had a lock up and had to reboot while one of those programs was running.
Comment