PDA

View Full Version : [ubuntu] Broken packages



cquigley
August 2nd, 2009, 01:10 AM
Hi Everyone-

I finally found out why I could not install some apps. I ran "gksudo synaptic" and found out that I have to broken packages. Below are the broken packages. This is word for word how synaptic showed the broken packages when I used the broken filter. I am running Jaunty 9.04.

1. Package - linux-image-generic
Installed ver. - 2.6.28.14.19
Latest Ver. - 2.6.28.14.19
Description - Generic Linux kernel

2. Package - image linux-restricted-modules-2.6.28-14-generic
Installed Ver. - 2.6.28-14.19
Latest Ver. - 2.6.28-14.19
Description - Non-free Linux kernel modules for version 2.6.28 on x86/x86_64

I cannot figure out how to fix these. Please any help would be great.

thanks,
cquigley

cquigley
August 2nd, 2009, 02:05 AM
Got It working

spribo
August 3rd, 2009, 12:30 PM
I have the same problem... could you say how you solved it please?

Partyboi2
August 3rd, 2009, 12:40 PM
I have the same problem... could you say how you solved it please?
To fix broken packages you can open up a terminal (Applications>Accessories>Terminal) and type

sudo apt-get -f install
or open Synaptic (System>Admin>Synaptic) and go to Edit>Fix Broken Packages.

spribo
August 3rd, 2009, 12:53 PM
They don't work. It finds error instead:
E: /var/cache/apt/archives/linux-image-2.6.28-14-generic_2.6.28-14.47_i386.deb: η υποδιεργασία pre-installation script επέστρεψε κατάσταση λάθους 1

Partyboi2
August 3rd, 2009, 01:36 PM
Can you post the whole output to

sudo apt-get -f install hopefully this will provide further information on what the problem is.

spribo
August 3rd, 2009, 04:43 PM
Well, after rebooting "sudo apt-get -f install" did work! Thanks for your help!