Complete noob question!

Associate
Joined
26 Apr 2008
Posts
1,305
Location
York
My first time using linux i'm using ubuntu 8.10. Ive somehow managed to not install an update properly and now whenever i try to add a program it says please fix broken packages first. I went into synaptic package manager and there is nothing listed in the "broken" section. Any suggestions? Thanks
 
Click "applications" on the top right of your screen
Go into "Accessories" and click "teminal"

In that box copy and paste the command without the ' '
Press enter
Enter your password

See how you get on
 
I had a problem the other day where it had downloaded the packages and was installing them, but I stupidly hit the power button on my UPS and it all turned off, when it turned back on it moaned at broken packages and said to run (in a terminal)...
sudo dpkg --configure -a
To sort it out, which basically makes it install all the packages it had downloaded I think, it fixed it.
What happens if you just do
sudo apt-get update
In terminal? Normally it gives you the command to run to fix it...
 
I had a problem the other day where it had downloaded the packages and was installing them, but I stupidly hit the power button on my UPS and it all turned off, when it turned back on it moaned at broken packages and said to run (in a terminal)...
sudo dpkg --configure -a
To sort it out, which basically makes it install all the packages it had downloaded I think, it fixed it.
What happens if you just do
sudo apt-get update
In terminal? Normally it gives you the command to run to fix it...

Indeed. I made a Tomboy note of that command when the same thing happened to me...Coz I know I'll forget it !!
 
Back
Top Bottom