Results 1 to 7 of 7

Thread: Update Errors

  1. #1
    Join Date
    Feb 2009
    Location
    Sierra Vista, AZ
    Beans
    1,867
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Update Errors

    Been awhile since I asked a question. I was manually doing an update through the terminal using apt-get and I got errors. I have posted a screen shot. I have not installed or uninstalled any software other than the kernal update last week I believe. I was getting updates regularly via apt-get and the update manager. Now what do I do?
    Attached Images Attached Images
    Rex
    Ubuntu Arizona LoCo Team - The Hottest LoCo on Earth
    Arizona LoCo |Arizona Team Wiki|Arizona Launchpad

  2. #2
    Join Date
    Sep 2007
    Location
    In here watching you!
    Beans
    Hidden!

    Re: Update Errors

    For one of the errors, you are missing the GPG key. To get it enter theses commands in a terminal.
    Code:
    gpg --keyserver keyserver.ubuntu.com --recv A8AA1FAA3F055C03
    gpg --export --armor A8AA1FAA3F055C03 | sudo apt-key add -
    It may fix another error you are getting.

    The screenshot made it difficult for me. I couldn't just copy and past the GPG Key from a terminal output in your post and pasted into my response. I had to try to enter the GPG Key I was seeing from the screenshot. I hope I didn't miss a Hex value.
    Last edited by Old_Grey_Wolf; June 19th, 2012 at 01:38 AM.
    Use whatever OS or desktop works for you. Dual boot or use VMs if you want. Backup your computer regularly, and definitely before upgrading, partitioning, or installing an OS.

    No support requests by PM please.

  3. #3
    Join Date
    Feb 2009
    Location
    Sierra Vista, AZ
    Beans
    1,867
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Update Errors

    Thanks for your response. I copied and pasted the code and ended up with the errors in screen shot.
    Attached Images Attached Images
    Rex
    Ubuntu Arizona LoCo Team - The Hottest LoCo on Earth
    Arizona LoCo |Arizona Team Wiki|Arizona Launchpad

  4. #4
    Join Date
    Sep 2007
    Location
    In here watching you!
    Beans
    Hidden!

    Re: Update Errors

    Try these commands
    Code:
    sudo apt-get clean
    cd /var/lib/apt
    sudo mv lists lists.old
    sudo mkdir -p lists/partial
    sudo apt-get clean
    sudo apt-get update
    exit
    Use whatever OS or desktop works for you. Dual boot or use VMs if you want. Backup your computer regularly, and definitely before upgrading, partitioning, or installing an OS.

    No support requests by PM please.

  5. #5
    Join Date
    Feb 2009
    Location
    Sierra Vista, AZ
    Beans
    1,867
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Update Errors

    That did the trick. Drinks on the house. Thank you Old_Grey_Wolf. In the many years that I have been using Ubuntu and then Lubuntu, that has never happened to me. I got it bookmarked just in case.
    Rex
    Ubuntu Arizona LoCo Team - The Hottest LoCo on Earth
    Arizona LoCo |Arizona Team Wiki|Arizona Launchpad

  6. #6
    Join Date
    Sep 2007
    Location
    In here watching you!
    Beans
    Hidden!

    Re: Update Errors

    I'm glad it worked. Yesterday I was only getting a 50% success rate at solving problems; so, it makes me feel a little better. LOL
    Use whatever OS or desktop works for you. Dual boot or use VMs if you want. Backup your computer regularly, and definitely before upgrading, partitioning, or installing an OS.

    No support requests by PM please.

  7. #7
    Join Date
    Feb 2009
    Location
    Sierra Vista, AZ
    Beans
    1,867
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Update Errors

    Hey OGW, 50% is better than what I was doing yesterday.
    Rex
    Ubuntu Arizona LoCo Team - The Hottest LoCo on Earth
    Arizona LoCo |Arizona Team Wiki|Arizona Launchpad

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
  •