I am trying to install some things using Adept manager and an error message comes up saying "Another process is using the packaging system database(prob some other Adept application..)and then Adept manager becomes a readonly application.... I cant see what else is running. Can anyone help me?
Announcement
Collapse
No announcement yet.
Another process is using the packaging system???????
Collapse
This topic is closed.
X
X
-
Re: Another process is using the packaging system?
I was having the same problem and ran the procedure in this thread:
http://kubuntuforums.net/forums/inde...opic=3087169.0
That did the trick for me.
- Top
- Bottom
Comment
-
Re: Another process is using the packaging system?
If the above doesn't help, there is probably a 'lock' file left behind from another adept/apt session that didn't close cleanly. This lock file prevents more than one instance of a package manager from running at the same time. The file can be in a couple of different locations, so an easy way to find where it is, is to run apt from thew command line:
Code:sudo apt-get dist-update
Code:E: Could not get lock [b]/var/lib/dpkg/lock[/b] - open (11 Resource temporarily unavailable) E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
- Top
- Bottom
Comment
Comment