How to fix apt-get in Ubuntu 8.10

Tue. December 2, 2008
Categories: Linux
Tags: , ,

If somehow you have broken the APT package handling utility and you get this error:

ed@niobe:~$ sudo apt-get install xchat
E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.

Then when you run  ‘dpkg –configure -a’ you get this error:

ed@niobe:~$ sudo dpkg --configure -a
Processing triggers for libc6 ...
ldconfig deferred processing now taking place
dpkg: ../../src/packages.c:221: process_queue: Assertion `dependtry <= 4' failed.
Aborted

This is how I fixed it.

I went to the Synaptic package manager -> Settings -> Preferences -> File -> Delete cached packaged files

Then Edit -> Fix Broken packages

Hope this helps someone ^_^

4 Responses to “How to fix apt-get in Ubuntu 8.10”

  1. John Cook Says:

    It helped me – thanks!

  2. Pete Says:

    Ah good glad it helped, I found another way of fixing it so if it don’t work for you give me a shout.

    Pete

  3. Thankful Says:

    Did the trick for me. So glad you took the time to post the fix – many thanks!

  4. Pete Says:

    ^_^ No problem, thank you for taking the time to comment.

Comments