Ubuntu OS sees 22.04 LTS Release

Tux the penguin with some jellyfish
(Image credit: Magda Ehlers / Canonical)

Canonical has announced the availability of the latest LTS (long-term support) version of its operating system Ubuntu. Version 22.04, or Jammy Jellyfish, is the 36th release in the Linux distro’s history since 1994’s 4.10 Warty Warthog, generally considered to have kicked the whole thing off.

The Jammy Jellyfish desktop

(Image credit: Canonical)
Latest Videos FromTom's Hardware
Ian Evenden
Freelance News Writer

Ian Evenden is a UK-based news writer for Tom’s Hardware US. He’ll write about anything, but stories about Raspberry Pi and DIY robots seem to find their way to him.

  • zipspyder
    Nope not available for download yet...
    Reply
  • domih
    Ubuntu Mate is available: https://ubuntu-mate.org/download/amd64/
    Reply
  • DeJota
    There's a mistake in the text. Ubuntu first release was in 2004 and not in 1994.
    Reply
  • davidjsullivan8
    zipspyder said:
    Nope not available for download yet...
    Me too. Not seeing it yet.
    Reply
  • Theprophet214
    Since it isn't official until 4/22/22 it is still listed as development version from the command line you can force an early upgrade by:

    $ sudo apt update
    $ sudo apt upgrade
    $ sudo apt dist-upgrade

    (All this does is make sure you are 100% up to date)

    Next:
    $ sudo apt autoremove

    (This removes unused packages)


    Then install update manager core ( you might have it already):

    $ sudo apt install update-manager-core
    ( Install cli update manager)



    Then run it with the -d argument:

    $ sudo do-release-upgrade -d

    (Runs upgrade manager forcing it to look at development builds)

    Now just sit back and install jammy
    Reply