PDA

View Full Version : [ubuntu] Help Installing Packages



mandoxv
February 8th, 2009, 09:31 PM
I keep getting this message:

Only one software management tool is allowed to run at the same time.

but im not running any other management tool.

I get this message when I try to install any package can anybody help? thank you.

taurus
February 8th, 2009, 09:43 PM
Maybe the update manager is running in the background.

Applications -> Accessories -> Terminal

ps -A

mandoxv
February 8th, 2009, 09:57 PM
I was installing Limewire and it while installing it froze so i cancelled it then i tried to install it again and that message showed up.

taurus
February 8th, 2009, 10:04 PM
You probably still have dpkg or adept running in the background. Look at the output of this command to see if there is one.


ps -A
Otherwise, just reboot.

mandoxv
February 9th, 2009, 12:40 AM
im a noob in ubuntu lol sorry my friend told me i have to upgrade java but i have to do it manually which is difficult for me anyone know how?

mandoxv
February 9th, 2009, 05:17 AM
I get this message now can anyone help?


E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
E: _cache->open() failed, please report.

oldos2er
February 9th, 2009, 05:50 AM
I get this message now can anyone help?


E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
E: _cache->open() failed, please report.

Run

sudo dpkg --configure -a
in a terminal.

mandoxv
February 9th, 2009, 06:23 AM
Thanks a lot that made it work thanks again!