Results 1 to 5 of 5

Thread: [SOLVED] Updates not installing (error:Broken Count >0)

  1. #1
    Join Date
    Jul 2008
    Beans
    111
    Distro
    Ubuntu 8.04 Hardy Heron

    [SOLVED] Updates not installing (error:Broken Count >0)

    When I run the update manager it says its downloading 47 out of 47 updates, but they never install and it wont show me what its trying to update. Is there something I can type in a terminal to find out what is failing to update? I'm on a fresh install of ubuntu, though this has been happening ever since I've been using ubuntu. Here is a screenshot of the error boxes. The exact error I got while hovering the mouse pointer over the update icon in the task bar is: Error: Broken Count >0' Installed packages have unmet dependencies. What can I do to resolve this?
    Attached Images Attached Images

  2. #2
    Join Date
    Mar 2008
    Location
    City of Pines
    Beans
    3,585

    Re: Updates not installing (error:Broken Count >0)

    You could update using the terminal, in that way, you could see what are being updated and what dependency needs to be met. You could post any error it displays.

    Code:
    sudo apt-get update && sudo apt-get upgrade
    EDIT: For the broken count error:

    Navigate to System->Administration->Synaptic Package Manager

    If it detects broken packages, it will inform you. Select 'Custom' from the buttons select 'Broken'. Right click on the package and remove it.
    Last edited by iaculallad; July 24th, 2008 at 05:16 AM.
    Steady movement is more important than speed, much of the time. So long as there is a regular progression of Stimuli to get your mental hooks into, there is room for lateral movement. Once this begins, its rate is a matter of discretion.

  3. #3
    Join Date
    Jul 2008
    Beans
    111
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Updates not installing (error:Broken Count >0)

    Shows no broken packages. Also I ran the command you posted and I dont get any errors. This is what I see when I try to update via synaptic (see screenshot). It never installs any of whatever it downloads because I go through this routine every time I update. Its strange. The downloads happen so fast that I dont have time to click on the details option to see what its getting or rather not getting. Barely had enough time to pull off the screenshot. Any ideas what I can do?
    Attached Images Attached Images

  4. #4
    Join Date
    Jun 2007
    Location
    K-o-T,
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Updates not installing (error:Broken Count >0)

    Shows no broken packages. Also I ran the command you posted and I dont get any errors. This is what I see when I try to update via synaptic (see screenshot). It never installs any of whatever it downloads because I go through this routine every time I update. Its strange. The downloads happen so fast that I dont have time to click on the details option to see what its getting or rather not getting. Barely had enough time to pull off the screenshot. Any ideas what I can do?

    That is the normal screen when it is looking for updates.It downloads package lists from the servers and compares them to the installed lists on your computer.Only when it finds updates or upgrades,does it tell you that there are updates or upgrades to install.

    Do you have it automatically install security updates?
    Check your System > Administration > Software Sources > Updates and make sure Only notify about available updates is checked.

    The "sudo apt-get update" command searches for updates
    The "sudo apt-get upgrade" command actually installs the updates.
    If you have no errors running the above commands and your software sources.list has all the repositories open,then you should be up to date.

    Good Luck
    Hypertension = Take with a pinch of salt
    | Psychocats | Ubuntu Documentation | Howto [Solved] | BBcode list | Brother Website |

  5. #5
    Join Date
    Jul 2008
    Beans
    111
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Updates not installing (error:Broken Count >0)

    Wow. Thanks so much! That had been driving me crazy.

    No errors or anything, so I guess all is well.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •