.NET 10 is now available on Ubuntu 24.04 LTS

Hello everyone,

I am pleased to announce that .NET 10 is now available on Ubuntu 24.04 LTS.

.NET is an open-source, cross-platform development platform used for building many different types of applications. It provides a robust runtime, extensive libraries, and powerful languages like C# and F#. This latest version, .NET 10, was released just last month (November 2025) and is a Long-Term Support (LTS) release.

Availability and Installation

.NET 10 was initially released to Ubuntu 25.10. Following that, it was bootstrapped and made available in the archives for Ubuntu 25.04 and Ubuntu 24.04 LTS.

Users on these releases can install .NET 10 with:

sudo apt install dotnet10

We support .NET 10 across a wide range of hardware, with builds available for x64 (amd64), ARM64 (arm64), IBM Z (s390x), and Power (ppc64el).

For those using Ubuntu 22.04 LTS, we provide .NET 10 through the .NET Backports PPA. This allows developers on our previous LTS to access the latest .NET features and security updates without needing to upgrade their entire OS.

To install from the PPA:

sudo add-apt-repository ppa:dotnet/backports
sudo apt install dotnet10

.NET 10 is also available via the dotnet snap package. You can find more information in our guide: Installing .NET with the dotnet snap.

With this bit of good news, I wish you a happy holiday season and keep coding! :technologist::christmas_tree:

1 Like