PDA

View Full Version : Messed Up Apt-Get


Jade Robbins
August 26th, 2005, 04:36 PM
I did a HowTo and now whenever i try to install any packages with apt-get i get jaderobbins@usasuper2:~$ sudo apt-get install linpopup
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
linpopup: Depends: samba but it is not going to be installed
E: Broken packages

Any help allowing me to use apt again? Thanks!

invalid
August 26th, 2005, 04:40 PM
If you are not using a server install, I would suggest using Synaptic (which comes already installed on desktops) to download and install packages.

Synaptic works the same as apt-get, just in a gui enviornrment. Additionally, it had an option to fix broken packages upon request.

Cheers,
Cb

Jade Robbins
August 26th, 2005, 04:46 PM
If you are not using a server install, I would suggest using Synaptic (which comes already installed on desktops) to download and install packages.

Synaptic works the same as apt-get, just in a gui enviornrment. Additionally, it had an option to fix broken packages upon request.

Cheers,
Cb
i've used Synapitic and get an error message stating the same thing. Where is the broken packages option?

Thanks.

Jade Robbins
August 26th, 2005, 04:47 PM
i've used Synapitic and get an error message stating the same thing. Where is the broken packages option?

Thanks.
in synaptic i get the error message that states a dependency and then says it's not going to be installed. Also , i found the broken package fixer but it did not help. :S

az
August 26th, 2005, 09:07 PM
Try:

sudo apt-get -f install

the install samba

sudo apt-get install samba


Post the result if it does not make you happy.