> ## Content Index
> Fetch the complete content index at: https://itsfoss.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Ubuntu 24.10 Reaches End of Life: Here's What to Do Next
- URL: https://itsfoss.com/news/ubuntu-24-10-eol/
- Published: 2025-07-10T10:17:16.000Z
- Updated: 2025-07-10T10:17:16.000Z
- Description: It’s the end of the line for Ubuntu 24.10.
- Author: Sourav Rudra
- Tags: Development Updates, News, #Import 2025-11-08 21:15

If you are a user of [Ubuntu 24.10](https://itsfoss.com/ubuntu-24-10/) 'Oracular Oriole', then take note, as the release has officially reached the end-of-life (EOL) status. This means that, going forward, there will no longer be any new updates or important security patches for it.

This aligns with how [Canonical](https://canonical.com/?ref=itsfoss.com) manages Ubuntu's interim releases, which are **supported for only nine months**. Ubuntu 24.10 was never intended for long-term use. Instead, it was aimed at users who wanted easy access to the latest features and refinements Ubuntu had to offer.

With its support window [now closed](https://ubuntu.com/about/release-cycle?ref=itsfoss.com), it's time to consider your next steps. 👇

## Ubuntu 24.10 is EOL, Act Now!

![the release cycle for ubuntu is shown with a helpful graph above, and a table below, it mentions versions like 25.04, 24.10, 24.04, 22.04, 20.04, 18.04, 16.04, and 14.04](https://itsfoss.com/content/images/2025/07/ubuntu-release-cycle.png)

**Ubuntu 24.10 is not covered under the* [**Ubuntu Pro*](https://ubuntu.com/pro?ref=itsfoss.com) *program.*

Running Ubuntu 24.10 after support ends means **leaving your system vulnerable to security threats and broken software**. This is particularly risky in enterprise setups where stability and security are essential.

Unless you plan to do a fresh install of [Ubuntu 24.04 LTS](https://itsfoss.com/ubuntu-24-04-lts/) or wait for the next interim release (*25.10*) in October 2025 or the next LTS (*26.04*) in April 2026, upgrading to [Ubuntu 25.04](https://itsfoss.com/ubuntu-25-04-release/) is the only way forward.

## Check Ubuntu Version

![](https://itsfoss.com/content/images/2025/07/ubuntu-24-10-lsb-release-command.png)

![](https://itsfoss.com/content/images/2025/07/ubuntu-24-10-about-page.png)

**The* *`lsb release -a`* *command and the About page are handy to check which Ubuntu version you have.*

Before you do anything, you should confirm that you are running Ubuntu 24.10\. To do that, either run the command below or head into the *Settings* app and click on "*System*" to check.

```
lsb_release -a
```

## Upgrading to Ubuntu 25.04

Then, **make sure you've backed up any important data**, and open the *Software & Updates* app. Under the "*Updates*" tab, check that you are set to receive notifications for all new Ubuntu versions by selecting "*For any new version*" from the dropdown menu in the last item listed.

![the software & updates app running on ubuntu 24.10](https://itsfoss.com/content/images/2025/07/ubuntu-24-10-software-updates-app.png)

![](https://itsfoss.com/content/images/2025/07/ubuntu-24-10-sudo-apt-update-upgrade-commands.png)

**Software & Updates app on the left and the terminal on the right, running the apt* *`update`* *and* *`upgrade`* *commands.*

Now, run the following command to update your system:

```
sudo apt update && sudo apt dist-upgrade

```

After that, run the *Update Manager* using the command below. Install any pending updates, and restart your computer if prompted to do so:

```
sudo update-manager
```

![a screenshot of the software updater on ubuntu 24.10 that says: the software on this computer is up to date. However, ubuntu 25.04 is now available (you have 24.10). There are three buttons bellow, settings..., upgrade..., and ok](https://itsfoss.com/content/images/2025/07/ubuntu-24-10-software-updater.png)

Now run the same command again. Here, you should see an "*Upgrade…*" button. Click it and follow the on-screen instructions to begin the upgrade process.

You will see a welcome page with a link to the release notes for Ubuntu 25.04 'Plucky Puffin'. When you click "*Upgrade*," the necessary files will start downloading.

![](https://itsfoss.com/content/images/2025/07/ubuntu-24-10-upgrader-welcome-page.png)

![](https://itsfoss.com/content/images/2025/07/ubuntu-24-10-upgrader-package-list.png)

**The release notes for Ubuntu 25.04 and the new packages list in the upgrader.*

After the downloads finish, a new page will appear showing the packages to be installed, removed, or upgraded. Click "*Start Upgrade*" to begin the upgrade process.

The upgrader may ask you to choose some preferences. Once you’ve made your selections, the upgrade will continue, and, when finished, it will prompt you to reboot your computer.

📋

If the upgrader crashes for any reason, don’t worry. The terminal will keep running the upgrade in the background. Let it finish, then simply restart the `update-manager`.

**Suggested Read** 📖

[16 Killer Tips To Speed Up Ubuntu LinuxSome practical tips to speed up Ubuntu Linux. The tips here are valid for most versions of Ubuntu and can also be applied to Linux Mint and other Ubuntu-based distributions.![](https://itsfoss.com/content/images/icon/android-chrome-192x192-155.png)It's FOSSAbhishek Prakash![](https://itsfoss.com/content/images/thumbnail/tricks-to-speed-up-ubuntu.png)](https://itsfoss.com/speed-up-ubuntu-1310/)