Announcement

Collapse
No announcement yet.

Adept Won't Download Packages

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

    Adept Won't Download Packages

    For some reason, Adept wont download packages. When i try to download/install them all i get is
    "there was an error commiting changes. possibly there was a problem downloading some packages or the commit would break packages"
    I had a look here for the answer but i didn't seem to work, can anyone here help?

    #2
    Re: Adept Won't Download Packages

    Have you tried to install one package (and different ones for that matter)?
    Sometimes, adept sees a conflicting package. But that shouldn't happen.

    And can you give us the contents of the file "sources.list", which is located in /etc/apt

    Comment


      #3
      Re: Adept Won't Download Packages

      well after a quick-re install of 8.04, everything seems to be working now, but my scources.list is as folows:

      Originally posted by Scources.list
      #deb cdrom:[Kubuntu 8.04 _Hardy Heron_ - Release i386 (20080423)]/ hardy main restricted
      # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
      # newer versions of the distribution.

      deb http://gb.archive.ubuntu.com/ubuntu/ hardy main restricted
      deb-src http://gb.archive.ubuntu.com/ubuntu/ hardy main restricted

      ## Major bug fix updates produced after the final release of the
      ## distribution.
      deb http://gb.archive.ubuntu.com/ubuntu/ hardy-updates main restricted
      deb-src http://gb.archive.ubuntu.com/ubuntu/ hardy-updates main restricted

      ## 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://gb.archive.ubuntu.com/ubuntu/ hardy universe
      deb-src http://gb.archive.ubuntu.com/ubuntu/ hardy universe
      deb http://gb.archive.ubuntu.com/ubuntu/ hardy-updates universe
      deb-src http://gb.archive.ubuntu.com/ubuntu/ hardy-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://gb.archive.ubuntu.com/ubuntu/ hardy multiverse
      deb-src http://gb.archive.ubuntu.com/ubuntu/ hardy multiverse
      deb http://gb.archive.ubuntu.com/ubuntu/ hardy-updates multiverse
      deb-src http://gb.archive.ubuntu.com/ubuntu/ hardy-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://gb.archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse
      # deb-src http://gb.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 hardy partner
      # deb-src http://archive.canonical.com/ubuntu hardy partner

      # Line commented out by installer because it failed to verify:
      #deb http://security.ubuntu.com/ubuntu hardy-security main restricted
      # Line commented out by installer because it failed to verify:
      #deb-src http://security.ubuntu.com/ubuntu hardy-security main restricted
      # Line commented out by installer because it failed to verify:
      #deb http://security.ubuntu.com/ubuntu hardy-security universe
      # Line commented out by installer because it failed to verify:
      #deb-src http://security.ubuntu.com/ubuntu hardy-security universe
      # Line commented out by installer because it failed to verify:
      #deb http://security.ubuntu.com/ubuntu hardy-security multiverse
      # Line commented out by installer because it failed to verify:
      #deb-src http://security.ubuntu.com/ubuntu hardy-security multiverse

      Comment


        #4
        Re: Adept Won't Download Packages

        Code:
        sudo dpkg --configure -a
        Fixes that error for me 99.98% of the time... you ran that command specifically?

        Comment


          #5
          Re: Adept Won't Download Packages

          I have done on previous errors with Adept, and it seemed to work, but if it happens again, i'll use that, as after a quick re-install, the problem seems to have gone.

          Edit:// Seems i spoke too soon I'll use the code....

          Comment


            #6
            Re: Adept Won't Download Packages

            A lot of times if you do "sudo apt-get upgrade" from the command line you will get a more specific error message telling you exactly what is holding things up. Just make sure you close Adept before trying that or it won't work.

            Comment


              #7
              Re: Adept Won't Download Packages

              I have the same problem. But it run 100% then appear this message "there was an error commiting changes. possibly there was a problem downloading some packages or the commit would break packages"
              How can i fix it

              Comment


                #8
                Re: Adept Won't Download Packages

                Try this.

                Close adept, and open Konsole from Kmenu-system-Konsole.

                Type in
                Code:
                sudo dpkg --configure -a
                Then try adept. If that fails use this:


                Type in
                Code:
                sudo apt-get install -f
                After that has finished, type:
                Code:
                sudo dpkg --configure -a
                Then type
                Code:
                sudo apt-get autoremove
                Then type
                Code:
                sudo apt-get clean && sudo apt-get autoclean
                And then finally
                Code:
                sudo apt-get update && sudo apt-get upgrade

                Comment

                Working...
                X