Ubuntu Problem! Please help!

Asked by Westin Lohne

Hey,

Sorry i have been having soo much problems with Linux lately (I'm a noob). But back to my problem...anytime when i try to install or uninstall anything it gives me this error message

"Only one software management tool is allowed to run at the same time.
Please close the other application e.g. 'Update manager', 'aptitude' or 'Synaptic' first."

I have tried restarting multiple times! I made sure that nothing else was running. Could you please tell me any programs that may be causing this and how to solve it?

Thanks,
Westin

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-terminal Edit question
Assignee:
No assignee Edit question
Solved by:
exactt
Solved:
Last query:
Last reply:
Revision history for this message
exactt (giesbert) said :
#1

which program did you use to install?

as stated: "close the other application e.g. 'Update manager', 'aptitude' or 'Synaptic' first."

after a restart none of them should be running. so using ONE program to install should definitely work.

Revision history for this message
Westin Lohne (westin) said :
#2

I tried to install limewire for Linux. It used "Package installer" to install, but always came up with that error.
There was no other program running at the time. Can anyone help?

Revision history for this message
Ricardo Cropalato de Melo (ricardo-cropalato) said :
#3

what do you see, when you run "ps -aux | grep -i apt" on a terminal?

Revision history for this message
Westin Lohne (westin) said :
#4

It said

~$ ps -aux| grep -i apt
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
7633 0.0 0.0 2972 804 pts/0 R+ 20:53 0:00 grep -i apt

What does that mean?

Revision history for this message
Westin Lohne (westin) said :
#5

i got

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

 when i tried to install something from the "add or remove programs" app. I tried typing in the terminal dpkg --configure -a but it did nothing.

Can someone please help me?

Revision history for this message
Jim Hutchinson (jphutch) said :
#6

You need a space. It's

ps -aux | grep -i apt

with a space between the x and the |

Revision history for this message
Kristopher Ives (nullmind) said :
#7

You can see what processes are running (similar to Windows CTRL+ALT+DEL, don't press that..) by pressing ALT+F2 and entering "gnome-system-monitor" (without quotes). If any Synaptic or Aptitude are running you may wish to kill them.

Have you maybe put one of the applications on another desktop? You can use CTRL+ALT+LEFT and CTRL+ALT+RIGHT to switch between them or click the applet typically in the bottom-right.

Revision history for this message
Westin Lohne (westin) said :
#8

Thank you guys all for trying, but i still cant install or uninstall anything.
Here is a link to my screenshot of everything that was displayed in gnome-system-monitor.

http://i175.photobucket.com/albums/w154/westinlohne/Screenshot.png

Can anybody tell me if theres anything on this list that may be causing problems?

THANK YOU!
Westin

Revision history for this message
Qwerty Maniac (qwertymaniac) said :
#9

Try this:

sudo apt-get -f install

Revision history for this message
Westin Lohne (westin) said :
#10

Well when i typed that in it asked for my password.
I tried typing it in but it would not allow me. I was typing but nothing was coming out. Is there something i doing wrong?

Thanks everyone for all the help,
Westin

Revision history for this message
exactt (giesbert) said :
#11

if typing a password nothing is displayed. so nobody could even count the length of your password.

just type it and press enter

Revision history for this message
Westin Lohne (westin) said :
#12

westin@Ubuntu:~$ sudo apt-get -f install
[sudo] password for westin:
E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
westin@Ubuntu:~$

Revision history for this message
Best exactt (giesbert) said :
#13

so, did you do what you were told?

<quote>
you must manually run 'dpkg --configure -a' to correct the problem
</quote>

so do

sudo dpkg --configure -a

Revision history for this message
Westin Lohne (westin) said :
#14

Thank you very much everyone who helped my on this one!
This is by-far the best help ever. Nothing that Microsoft could ever give!

Thanks,
Westin

Revision history for this message
Westin Lohne (westin) said :
#15

Thanks exactt, that solved my question.