Announcement

Collapse
No announcement yet.

Software update error messages

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Software update error messages

    I just updated to 9.04 today and am having a problem updating software. I did load some software successfully earlier today (Gnumeric, Audacity, something else I forgot already, but it worked.

    I saw a notice in my taskbar that there were 100 or so updates. They did not show up when I double clicked, so I figured I would add Synaptic to my programs, as it seems others in the forum had done. When I search for Synaptic, or look for software updates I get these two messages -- I have attached a screen shot of them.

    When I attempt to refresh the software updates is the time that I get these messages.

    I'm concerned that if I don't get this working I will have a problem getting the automatic update to 9.10 when it is available.

    Any help would be appreciated.
    Attached Files
    Linux User # 436826

    #2
    Re: Software update error messages

    Ensure that Synaptic is closed. Open a console and type:
    Code:
    sudo apt-get update
    If you receive no messages, then:
    Code:
    sudo apt-get dist-upgrade
    How are you connected to the Internet - wired or wireless?
    Windows no longer obstructs my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Re: Software update error messages

      After the second message, I got a whole bunch of actions in Konsole which ended with "Unmet dependencies. Try using -f"

      I'm wired... I mean... My computer is
      Linux User # 436826

      Comment


        #4
        Re: Software update error messages

        Can you post your /etc/apt/sources.list for review?
        Windows no longer obstructs my view.
        Using Kubuntu Linux since March 23, 2007.
        "It is a capital mistake to theorize before one has data." - Sherlock Holmes

        Comment


          #5
          Re: Software update error messages

          # deb cdrom:[Kubuntu 8.04.1 _Hardy Heron_ - Release i386 (20080701.2)]/ hardy main restricted
          # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
          # newer versions of the distribution.

          deb http://us.archive.ubuntu.com/ubuntu/ jaunty main restricted
          deb-src http://us.archive.ubuntu.com/ubuntu/ jaunty restricted main multiverse universe #Added by software-properties

          ## Major bug fix updates produced after the final release of the
          ## distribution.
          deb http://us.archive.ubuntu.com/ubuntu/ jaunty-updates main restricted
          deb-src http://us.archive.ubuntu.com/ubuntu/ jaunty-updates restricted main multiverse universe #Added by software-properties

          ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
          ## team, and may not be under a free licence. Please satisfy yourself as to
          ## your rights to use the software. Also, please note that software in
          ## universe WILL NOT receive any review or updates from the Ubuntu security
          ## team.
          deb http://us.archive.ubuntu.com/ubuntu/ jaunty universe
          deb http://us.archive.ubuntu.com/ubuntu/ jaunty-updates universe

          ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
          ## team, and may not be under a free licence. Please satisfy yourself as to
          ## your rights to use the software. Also, please note that software in
          ## multiverse WILL NOT receive any review or updates from the Ubuntu
          ## security team.
          deb http://us.archive.ubuntu.com/ubuntu/ jaunty multiverse
          deb http://us.archive.ubuntu.com/ubuntu/ jaunty-updates multiverse

          ## Uncomment the following two lines to add software from the 'backports'
          ## repository.
          ## N.B. software from this repository may not have been tested as
          ## extensively as that contained in the main release, although it includes
          ## newer versions of some applications which may provide useful features.
          ## Also, please note that software in backports WILL NOT receive any review
          ## or updates from the Ubuntu security team.
          # deb http://us.archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse
          # deb-src http://us.archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse

          ## Uncomment the following two lines to add software from Canonical's
          ## 'partner' repository. This software is not part of Ubuntu, but is
          ## offered by Canonical and the respective vendors as a service to Ubuntu
          ## users.
          deb http://archive.canonical.com/ubuntu jaunty partner
          deb-src http://archive.canonical.com/ubuntu jaunty partner

          deb http://security.ubuntu.com/ubuntu jaunty-security main restricted
          deb-src http://security.ubuntu.com/ubuntu jaunty-security restricted main multiverse universe #Added by software-properties
          deb http://security.ubuntu.com/ubuntu jaunty-security universe
          deb http://security.ubuntu.com/ubuntu jaunty-security multiverse
          # deb http://ppa.launchpad.net/openoffice-pkgs/ubuntu jaunty main # disabled on upgrade to jaunty
          # deb-src http://ppa.launchpad.net/openoffice-pkgs/ubuntu jaunty main # disabled on upgrade to jaunty
          # deb http://ppa.launchpad.net/sugree/ppa/ubuntu jaunty main deb-src # disabled on upgrade to jaunty
          # deb http://ppa.launchpad.net/sugree/ppa/ubuntu jaunty main deb-src # disabled on upgrade to jaunty
          deb http://us.archive.ubuntu.com/ubuntu/ jaunty-backports restricted main multiverse universe
          deb-src http://us.archive.ubuntu.com/ubuntu/ jaunty-backports restricted main multiverse universe
          deb http://us.archive.ubuntu.com/ubuntu/ jaunty-proposed restricted main multiverse universe
          deb-src http://us.archive.ubuntu.com/ubuntu/ jaunty-proposed restricted main multiverse universe
          Linux User # 436826

          Comment


            #6
            Re: Software update error messages

            Originally posted by drjoewebb
            # deb http://ppa.launchpad.net/openoffice-pkgs/ubuntu jaunty main # disabled on upgrade to jaunty
            # deb-src http://ppa.launchpad.net/openoffice-pkgs/ubuntu jaunty main # disabled on upgrade to jaunty
            # deb http://ppa.launchpad.net/sugree/ppa/ubuntu jaunty main deb-src # disabled on upgrade to jaunty
            # deb http://ppa.launchpad.net/sugree/ppa/ubuntu jaunty main deb-src # disabled on upgrade to jaunty
            Makes me wonder - these were enabled pre-upgrade to Jaunty, so do you have packages installed from these? This could be resulting in dependencies not being met. Just a thought.

            You can 'test' this by uncommenting these entries and saving the file. Then, in a console reissue the sudo apt-get update and sudo apt-get dist-upgrade. If you don't get any error messages, that would pretty much confirm my thought. If you still get the un-met dependency errors, well, just re-comment the entries and rerun sudo apt-get update to refresh the package cache.
            Windows no longer obstructs my view.
            Using Kubuntu Linux since March 23, 2007.
            "It is a capital mistake to theorize before one has data." - Sherlock Holmes

            Comment


              #7
              Re: Software update error messages

              Originally posted by Snowhog
              Originally posted by drjoewebb
              # deb http://ppa.launchpad.net/openoffice-pkgs/ubuntu jaunty main # disabled on upgrade to jaunty
              # deb-src http://ppa.launchpad.net/openoffice-pkgs/ubuntu jaunty main # disabled on upgrade to jaunty
              # deb http://ppa.launchpad.net/sugree/ppa/ubuntu jaunty main deb-src # disabled on upgrade to jaunty
              # deb http://ppa.launchpad.net/sugree/ppa/ubuntu jaunty main deb-src # disabled on upgrade to jaunty
              Makes me wonder - these were enabled pre-upgrade to Jaunty, so do you have packages installed from these? This could be resulting in dependencies not being met. Just a thought.

              You can 'test' this by uncommenting these entries and saving the file. Then, in a console reissue the sudo apt-get update and sudo apt-get dist-upgrade. If you don't get any error messages, that would pretty much confirm my thought. If you still get the un-met dependency errors, well, just re-comment the entries and rerun sudo apt-get update to refresh the package cache.
              maybe just uncomment those, then sudo aptitude update && sudo aptitude full-upgrade. Those are Jaunty repos, and you are now running Jaunty...
              # make install --not-war

              Comment

              Working...
              X