PDA

View Full Version : [ubuntu] Error BrokenCount > 0



cov
January 12th, 2011, 08:36 AM
I use Lazarus (http://www.lazarus.freepascal.org/) for programming in Pascal and update it through SVN.

Update Manager has determined that BrokenCount is greater than zero and repairing my system will require the removal of Lazarus.

It also intends to reinstall Evolution (I use Thunderbird if I'm not using Gmail) which I removed as I am running out of space on my root partition.

sikander3786
January 12th, 2011, 09:23 AM
Please post the output of this command.

Applications > Accessories > Terminal.


sudo apt-get install -f

Press 'n' where it asks you to make a choice and just post the output.

cov
January 12th, 2011, 01:12 PM
root@SNECCII:/opt/lazarus/tools/install# apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
fp-units-multimedia fp-units-gtk2 fp-units-fcl fp-units-gfx fp-units-gtk
libmodplug-dev libdts-dev fp-units-net fp-units-db libogg-dev fp-units-math
fp-units-fv fp-units-rtl libdca-dev libmad0-dev fp-ide fp-units-base
liba52-0.7.4-dev fp-compiler fp-units-gnome1 libvorbis-dev
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
lazarus
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Do you want to continue [Y/n]? Y
(Reading database ... 315328 files and directories currently installed.)
Removing lazarus ...

sikander3786
January 12th, 2011, 04:41 PM
Seems like you removed lazarus. Did you try re-installing it? Does it still list some broken packages?

And there are some un-needed packages. To remove them,


sudo apt-get autoremove