Can't install Limewire

Asked by rondogg779

it lets me download it but when i click on it on the desktop in starts to install and then says "only one software tool is allowed to run at the same time. please close the other application e.g. 'update manager', 'aptitude' or 'synaptic' first. i dont know what to close. any info?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Matthew Lange (matthewlange) said :
#1

Hi, thanks for your question!

Make sure you don't have anything running that installs or updates packages, like:
- Synaptic Package Manager
- apt-get on the command line
- The Update Manager in your system tray (The one that says "You have X new updates. Install now?")

Apt-get and the Update Manager continue to run in the background while they are updating programs.

Cheers!

Revision history for this message
rondogg779 (rondogg779) said :
#2

i dont see anything running and i cant even find the update manager im kind of slow when it comes to computers and then i just installed ubuntu and now im totally lost please help

Revision history for this message
Matthew Lange (matthewlange) said :
#3

Try restarting your computer? There shouldn't be any package managers running then.

Revision history for this message
rondogg779 (rondogg779) said :
#4

error:failed to satisfy all dependencies (broken cache)

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

if you run:

ps -ef | grep -i apt; ps -ef | grep -i dpkg; ps -ef | grep -i synaptic

is anything output except something similar to this:
andy@fileserver:~$ ps -ef | grep -i apt; ps -ef | grep -i dpkg; ps -ef | grep -i synaptic
andy 26550 29972 0 00:08 pts/1 00:00:00 grep -i apt
andy 26552 29972 0 00:08 pts/1 00:00:00 grep -i dpkg
andy 26554 29972 0 00:08 pts/1 00:00:00 grep -i synaptic

If not, run this command:
sudo fuser -vki /var/lib/dpkg/lock;sudo dpkg --configure -a; sudo apt-get update

Revision history for this message
rondogg779 (rondogg779) said :
#6

it said that it was successfully installed but when i click on limewire it comes up the package installer screen and it has the option to re-install so how do i access it

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#7

try typing:

limewire

in terminal, you could type lime then press tab

Revision history for this message
rondogg779 (rondogg779) said :
#8

Thanks actionparsnip, that solved my question.