this post was submitted on 26 May 2025
4 points (100.0% liked)

It's Foss News

174 readers
12 users here now

RSS News community for It's Foss News.

If you dislike RSS Bot communities please block this one.


It’s FOSS is an award-winning web portal that focuses on Open Source in general and Linux in particular.

It’s FOSS was founded in mid-2012 as a hobby project to help desktop Linux users and spread awareness about Linux and open source. As the popularity of It’s FOSS grew worldwide, it was incorporated as an independent company CHMOD777 Media Tech in mid-2018. The term chmod 777 is inspired from the Linux command chmod with parameter 777 which signifies access (to knowledge) for everyone.

founded 2 months ago
MODERATORS
 

Ubuntu 20.04 LTS is Reaching End of Life — Here are Your Options

Whenever an Ubuntu long-term support (LTS) release reaches the end of its standard support cycle, we typically recommend upgrading to the next LTS release to benefit from the latest features and improvements.

However, this advice may not suit users who need to remain on an older release for compatibility or operational stability.

So, join me as I discuss some ways you can salvage your Ubuntu 20.04 installation.

Ubuntu 20.04 LTS EOL is Here

Ubuntu 20.04 LTS is Reaching End of Life — Here are Your OptionsUbuntu's release cycle.

Come May 31, 2025, the standard five-year support window for Ubuntu 20.04 LTS will end, marking the discontinuation of regular maintenance patches and critical security updates for most users.

Whether you're running it in an enterprise environment or on a personal computer, it's important to take note of the end of standard support. Failing to act could leave your systems without essential security updates, exposing them to potential vulnerabilities and risks.

Fortunately, you have three ways out of this situation:

Do a fresh installation of Ubuntu 24.04 LTS to get the latest packages.Upgrade to Ubuntu 22.04 LTS from your existing 20.04 installation, keeping your files intact.Extend your Ubuntu 20.04 installation's life by opting for Ubuntu Pro, which will ensure you get ESM patches until 2030.

Check Ubuntu Version

Ubuntu 20.04 LTS is Reaching End of Life — Here are Your OptionsUbuntu 20.04 LTS is Reaching End of Life — Here are Your Options

Terminal method on left, About page method on right.

Before you do any of those tasks, check Ubuntu version to confirm whether you are running 20.04.

You could either run the following command in the terminal:

lsb_release -a

Or, open up the Settings app and go into the "About" page to check your Ubuntu version.

Option 1: Upgrading to Ubuntu 22.04 LTS

🚧It is always a good idea to copy your important data to an external disk prior to the update. Having an Ubuntu live USB key should also be added to your upgrade plans. In the rare cases when something goes wrong, you can install Ubuntu afresh and copy the data back to your newly installed system.

Then, after backing up any essential data, open Software & Updates by searching for it in the application search and ensure that you are being notified about any new LTS Ubuntu versions by going to the last menu item and selecting “For long-term support versions”.

Ubuntu 20.04 LTS is Reaching End of Life — Here are Your Options

Then run the following command to update the system:

sudo apt update && sudo apt dist-upgrade

Next, run the Update Manager. Restart your computer, if prompted:

sudo update-managerUbuntu 20.04 LTS is Reaching End of Life — Here are Your Options

Thereafter, the Software Updater should pop up with an option to “Upgrade…” Click on it and follow the on-screen instructions. During the final stages, it will ask you whether you want to upgrade your system, with a summary of all the packages that will be added, removed, and upgraded.

Ubuntu 20.04 LTS is Reaching End of Life — Here are Your Options

Click on "Start Upgrade" and decide on any essential preferences the updater may ask you to set. After everything is configured, your system will reboot, completing the upgrade process.

You can follow the same steps for upgrading from Ubuntu 22.04 LTS to 24.04 LTS if you want the latest Ubuntu LTS release.

If you face any issues during the upgrade process, you can always ask for help in our community forum.

It’s FOSS CommunityA place for desktop Linux users and It’s FOSS readersUbuntu 20.04 LTS is Reaching End of Life — Here are Your OptionsIt's FOSS CommunityUbuntu 20.04 LTS is Reaching End of Life — Here are Your Options

Option 2: Extending Ubuntu 20.04 LTS's Life

Ubuntu 20.04 LTS is Reaching End of Life — Here are Your Options

On the other hand, if you want to extend the life of your Ubuntu 20.04 installation, then you can sign up for an Ubuntu Pro subscription that is free for personal use (up to 5 machines).

🚧Your system will only get essential security updates and patches for the software installed from Ubuntu's core repositories. Applications from Universal and third-party repositories won't get any updates. In fact, installing newer software in Deb format may become problematic as well. This is more like having a snapshot of your present operating system state which gets occasional security updates.

After you have signed up/logged in to your Ubuntu Pro account, go into "Your Subscriptions" and get a new subscription under "Myself" for free access.

Ubuntu 20.04 LTS is Reaching End of Life — Here are Your Options

Now, you should have a "Free Personal Token", which is valid for a maximum of five machines. Copy the sudo pro attach command along with your token and execute it via the terminal.

It looks something like:

sudo pro attach XXXXXXXXXXXXXXXX #The Xs being your token

After it is done processing (as shown above), remember to run the following command to get the latest ESM packages:

sudo apt update && sudo apt upgrade

In case you get stuck here, you can refer to the official tutorial or contact Ubuntu Pro support.


From It's FOSS News via this RSS feed

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here