Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Update Error

  1. #1
    Join Date
    Apr 2012
    Location
    Missouri, USA
    Beans
    115
    Distro
    Ubuntu

    Update Error

    Recently i have tried to update my laptop running ubuntu 12.04, and when i hit 'install updates' it gave me this error:
    Previous installation hasn't been completed

    The installation could have failed because of an error in the corresponding software package or it was cancelled in an unfriendly way. You have to repair this before you can install or remove any further software.
    And the details where:
    E:Method has died unexpectedly!, E:Sub-process returned an error code (100), E:Method /usr/lib/apt/methods/ did not start correctly
    Last i remember, nothing bad happened the last time i updated it, so i have no clue what happened. How would i fix this problem???
    And, what caused it?
    SOLVED.
    Last edited by RocketPenguin; December 9th, 2012 at 02:38 PM.

  2. #2
    Join Date
    Oct 2010
    Beans
    14

    Re: Update Error

    It sounds like you have broken dependencies on your system. If your problem is what I think it is, the following command should solve your problem.
    Code:
    sudo apt-get install -f
    This command will resolve broken dependencies on your system.

    James
    Last edited by madhater; December 6th, 2012 at 12:01 AM.

  3. #3
    ibjsb4 is offline Ubuntu addict and loving it
    Join Date
    Sep 2012
    Beans
    4,987

    Re: Update Error

    You can also try:

    Code:
    sudo apt-get update

  4. #4
    Join Date
    Apr 2012
    Location
    Missouri, USA
    Beans
    115
    Distro
    Ubuntu

    Re: Update Error

    Quote Originally Posted by madhater View Post
    It sounds like you have broken dependencies on your system. If your problem is what I think it is, the following command should solve your problem.
    Code:
    sudo apt-get install -f
    This command will resolve broken dependencies on your system.

    James
    All this did was:

    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    0 upgraded, 0 newly installed, 0 to remove and 22 not upgraded.

  5. #5
    Join Date
    Apr 2012
    Location
    Missouri, USA
    Beans
    115
    Distro
    Ubuntu

    Re: Update Error

    Quote Originally Posted by ibjsb4 View Post
    You can also try:

    Code:
    sudo apt-get update
    http://pastebin.com/PCUaZax0

  6. #6
    Join Date
    Oct 2010
    Beans
    14

    Re: Update Error

    The error (I think) is to do with your system authenticating (or not, as the case may be) a secure connection with the package servers. I am afraid to say that’s all I know apt-get wise. Hope I have helped.

    James

  7. #7
    ibjsb4 is offline Ubuntu addict and loving it
    Join Date
    Sep 2012
    Beans
    4,987

    Re: Update Error

    I have not encountered this before and have been searching here.

    http://www.googlubuntu.com/results/?...lubuntu.com%2F

    https://www.google.com/search?client...utf-8&oe=utf-8

    And have not hit on a good answer yet.

  8. #8
    Join Date
    Dec 2009
    Location
    Buenos Aires, Argentina
    Beans
    132
    Distro
    Ubuntu Budgie 18.04 Bionic Beaver

    Re: Update Error

    I know this may sound pretty obvious, but... Did you have internet at the time of the upgrade?

    And, by the way, have you tried changing server? Apparently all connections failed.
    Follow me on Twitter or LinkedIn.

  9. #9
    Join Date
    Apr 2012
    Location
    Missouri, USA
    Beans
    115
    Distro
    Ubuntu

    Re: Update Error

    Quote Originally Posted by ivotkl View Post
    I know this may sound pretty obvious, but... Did you have internet at the time of the upgrade?

    And, by the way, have you tried changing server? Apparently all connections failed.
    I had internet, but it was being buggy, not loading pages at times. And what do you mean, "changing server"?

  10. #10
    Join Date
    Dec 2009
    Location
    Buenos Aires, Argentina
    Beans
    132
    Distro
    Ubuntu Budgie 18.04 Bionic Beaver

    Re: Update Error

    Sorry, I' ll explain better.

    What I meant to say is what happens if you change server you download the packages from (software sources) to another one.
    However, I think the problem may rely on the faulty service given by your ISP at that time. Have you tried again since?
    Follow me on Twitter or LinkedIn.

Page 1 of 2 12 LastLast

Tags for this Thread

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
  •