Results 1 to 8 of 8

Thread: Going from 20.04.2 to 20.04.5?

  1. #1
    Join Date
    Jun 2023
    Beans
    6

    Going from 20.04.2 to 20.04.5?

    I am currently on 20.04.2 and I want to go to version 20.04.5 but when I do apt update and apt upgrade it's not doing anything.

    Is there a guide on how I can go to 20.04.5?

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

    Re: Going from 20.04.2 to 20.04.5?

    Welcome to the Ubuntu forums. If you have Ubuntu 20.04.2 installed, the command to to update your system is:
    sudo apt update && sudo apt upgrade
    You will be asked for your password.
    To update your computer you must be (at least for a short period of time) a super user.
    Rex
    Ubuntu Arizona LoCo Team - The Hottest LoCo on Earth
    Arizona LoCo |Arizona Team Wiki|Arizona Launchpad

  3. #3
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Going from 20.04.2 to 20.04.5?

    Try sudo apt full-upgrade

    From the manpage:
    Code:
           full-upgrade (apt-get(8))
               full-upgrade performs the function of upgrade but will remove currently
               installed packages if this is needed to upgrade the system as a whole.
    Don't worry, this will NOT take the system to a different release.

    But, it will take you to 20.04.6, which is the current version of the 20.04.x line.
    Code:
    $ lsb_release -d
    Description:    Ubuntu 20.04.6 LTS
    20.04.5 is unsupported at this point. Ubuntu only supports the original 20.04.{nothing} kernel and the latest "dot release" 20.04.6 kernel. Support for the middle-HWE kernels (20.04.1, .2 .3 .4 .5) was dropped a few years ago. It had ramifications Canonical learned were just too hard to keep maintaining.

    If the full-upgrade doesn't get to .6, then install the HWE kernel package following these instructions: https://wiki.ubuntu.com/Kernel/LTSEnablementStack

  4. #4
    Join Date
    Jun 2023
    Beans
    6

    Re: Going from 20.04.2 to 20.04.5?

    Quote Originally Posted by TheFu View Post
    Try sudo apt full-upgrade

    From the manpage:
    Code:
           full-upgrade (apt-get(8))
               full-upgrade performs the function of upgrade but will remove currently
               installed packages if this is needed to upgrade the system as a whole.
    Don't worry, this will NOT take the system to a different release.

    But, it will take you to 20.04.6, which is the current version of the 20.04.x line.
    Code:
    $ lsb_release -d
    Description:    Ubuntu 20.04.6 LTS
    20.04.5 is unsupported at this point. Ubuntu only supports the original 20.04.{nothing} kernel and the latest "dot release" 20.04.6 kernel. Support for the middle-HWE kernels (20.04.1, .2 .3 .4 .5) was dropped a few years ago. It had ramifications Canonical learned were just too hard to keep maintaining.

    If the full-upgrade doesn't get to .6, then install the HWE kernel package following these instructions: https://wiki.ubuntu.com/Kernel/LTSEnablementStack
    I did that as root, but I'm still on 20.04.2

  5. #5
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,664
    Distro
    Ubuntu

    Re: Going from 20.04.2 to 20.04.5?

    What does
    Code:
    apt policy base-files
    show?
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  6. #6
    Join Date
    Jun 2023
    Beans
    6

    Re: Going from 20.04.2 to 20.04.5?

    Quote Originally Posted by deadflowr View Post
    What does
    Code:
    apt policy base-files
    show?

    base-files:
    Installed: 12ubuntu4.3
    Candidate: 12ubuntu4.3
    Version table:
    *** 12ubuntu4.3 500
    500 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages
    100 /var/lib/dpkg/status
    12ubuntu4 500
    500 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages
    11ubuntu5.7 500
    500 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages
    11ubuntu5 500
    500 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages

  7. #7
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,664
    Distro
    Ubuntu

    Re: Going from 20.04.2 to 20.04.5?

    Are you sure it doesn't say you are on 22.04.2?
    The version you have installed is for 22.04.2.
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  8. #8
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Going from 20.04.2 to 20.04.5?

    20.04.6 returns this:
    Code:
    $ apt policy base-files
    base-files:
      Installed: 11ubuntu5.7
      Candidate: 11ubuntu5.7
    Details matter. Run lsb_release -d to see what APT thinks you have installed.

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
  •