Skip to content

Commit bf02889

Browse files
Update current Ubuntu version to 25.04 (#47688)
1 parent 0df1cc0 commit bf02889

File tree

3 files changed

+17
-16
lines changed

3 files changed

+17
-16
lines changed

docs/core/install/linux-ubuntu-decision.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The following table is a list of currently supported .NET releases and the versi
2121

2222
| Ubuntu | Supported .NET versions | Available in<br>built-in Ubuntu feed | [Available in<br>.NET backports<br>Ubuntu feed](#register-the-ubuntu-net-backports-package-repository) | [Available in<br>Microsoft feed](#register-the-microsoft-package-repository) |
2323
|--------------------------------------------------------------------|-------------------------|--------------------------------------|--------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------|
24-
| [24.10](linux-ubuntu-install.md?pivots=os-linux-ubuntu-2410) | 9.0, 8.0 | 9.0, 8.0 | None | None |
24+
| [25.04](linux-ubuntu-install.md?pivots=os-linux-ubuntu-2504) | 9.0, 8.0 | 9.0, 8.0 | None | None |
2525
| [24.04 (LTS)](linux-ubuntu-install.md?pivots=os-linux-ubuntu-2404) | 9.0, 8.0 | 8.0 | 9.0, 7.0, 6.0 | None |
2626
| [22.04 (LTS)](linux-ubuntu-install.md?pivots=os-linux-ubuntu-2204) | 9.0, 8.0 | 8.0, 7.0, 6.0 | 9.0 | 8.0, 7.0, 6.0, 3.1 |
2727

@@ -46,7 +46,7 @@ When your version of Ubuntu supports .NET through the built-in or .NET backports
4646
4747
| Method | Pros | Cons |
4848
|--------|------|------|
49-
| [Package manager<br>(built-in<br>Ubuntu feed)](#supported-distributions) | <ul><li>Usually the latest version is available.</li><li>Patches are available right way.</li><li>Dependencies are included.</li><li>Easy removal.</li><li>Available .NET versions are supported for the support period of the particular Ubuntu version.</li><li>Support for the IBM System Z platform for .NET 8 on Ubuntu 24.04.</li></ul> | <ul><li>Not available for Ubuntu 16.04, 18.04, 20.04.</li><li>.NET versions available vary by Ubuntu version.</li><li>Preview releases aren't available.</li></ul> |
49+
| [Package manager<br>(built-in<br>Ubuntu feed)](#supported-distributions) | <ul><li>Usually the latest version is available.</li><li>Patches are available right way.</li><li>Dependencies are included.</li><li>Easy removal.</li><li>Available .NET versions are supported for the support period of the particular Ubuntu version.</li><li>Support for the IBM System Z and Power platforms for .NET 8 and newer.</li></ul> | <ul><li>Not available for Ubuntu 16.04, 18.04, 20.04.</li><li>.NET versions available vary by Ubuntu version.</li><li>Preview releases aren't available.</li></ul> |
5050
| [Package manager<br>(.NET backports<br>Ubuntu feed)](#register-the-ubuntu-net-backports-package-repository) | <ul><li>Contains any supported version, which is not contained in the built-in Ubuntu feed.</li><li>Patches are available right way.</li><li>Dependencies are included.</li><li>Easy removal.</li><li>Compatible with built-in Ubuntu feed.</li></ul> | <ul><li>Not available for Ubuntu 16.04, 18.04, 20.04.</li><li>Requires registering the Ubuntu .NET backports package repository.</li><li>Preview releases aren't available.</li></ul> |
5151
| [Package manager<br>(Microsoft feed)](#register-the-microsoft-package-repository) | <ul><li>Supported versions always available.</li><li>Patches are available right way.</li><li>Dependencies are included.</li><li>Easy removal.</li></ul> | <ul><li>Not available for Ubuntu 24.04+.</li><li>Requires registering the Microsoft package repository.</li><li>Preview releases aren't available.</li><li>Only supports x64 Ubuntu.</li></ul> |
5252
| [Script \ Manual extraction](linux-scripted-manual.md) | <ul><li>Control where .NET is installed.</li><li>Preview releases are available.</li></ul> | <ul><li>Manually install updates.</li><li>Manually install dependencies.</li><li>Manual removal.</li></ul> |
@@ -62,13 +62,13 @@ Use the following sections to determine how you should install .NET:
6262
- [I want to install a preview version](#i-want-to-install-a-preview-version)
6363
- [I don't want to use APT](#i-dont-want-to-use-apt)
6464
- [I'm using an Arm-based CPU](#im-using-an-arm-based-cpu)
65-
- [I'm using the IBM System Z platform](#im-using-the-ibm-system-z-platform)
65+
- [I'm using the IBM System Z or Power platform](#im-using-the-ibm-system-z-or-power-platform)
6666

6767
### I'm using Ubuntu 22.04 or later, and I only need .NET
6868

6969
If you don't need other Microsoft packages, such as `powershell`, `mdatp`, or `mssql`, install .NET through the Ubuntu feed. For more information, see the following pages:
7070

71-
- [Install .NET on Ubuntu 24.10](linux-ubuntu-install.md?pivots=os-linux-ubuntu-2410).
71+
- [Install .NET on Ubuntu 25.04](linux-ubuntu-install.md?pivots=os-linux-ubuntu-2504).
7272
- [Install .NET on Ubuntu 24.04](linux-ubuntu-install.md?pivots=os-linux-ubuntu-2404).
7373
- [Install .NET on Ubuntu 22.04](linux-ubuntu-install.md?pivots=os-linux-ubuntu-2204).
7474

@@ -126,13 +126,13 @@ If the version of .NET you want isn't available, try using one of the following
126126
- [Install .NET with `install-dotnet` script.](linux-scripted-manual.md#scripted-install)
127127
- [Manually install .NET](linux-scripted-manual.md#manual-install)
128128

129-
### I'm using the IBM System Z platform
129+
### I'm using the IBM System Z or Power platform
130130

131-
Starting with .NET 8 on Ubuntu 24.04, Canonical supports .NET for the IBM System Z platform. Canonical works on extending the support to other .NET and Ubuntu versions.
131+
Starting with .NET 8 on Ubuntu 22.04, Canonical supports .NET for the IBM System Z and Power platforms. This support will continue for every .NET release going forward.
132132

133133
Install .NET through the built-in Ubuntu feed. For more information, see the following page:
134134

135-
- [Install .NET 9 on Ubuntu 24.10](linux-ubuntu-install.md?pivots=os-linux-ubuntu-2410&tabs=dotnet9).
135+
- [Install .NET 9 on Ubuntu 25.04](linux-ubuntu-install.md?pivots=os-linux-ubuntu-2504&tabs=dotnet9).
136136

137137
## Register a package repository
138138

docs/core/install/linux-ubuntu-install.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,20 @@ This article discusses how to install .NET on Ubuntu.
1717
[!INCLUDE [linux-install-package-manager-x64-vs-arm-ubuntu](includes/linux-install-package-manager-x64-vs-arm-ubuntu.md)]
1818

1919
<!--
20-
===== Ubuntu 24.10
20+
===== Ubuntu 25.04
2121
-->
2222

23-
::: zone pivot="os-linux-ubuntu-2410"
23+
::: zone pivot="os-linux-ubuntu-2504"
2424

25-
## Ubuntu 24.10
25+
## Ubuntu 25.04
2626

2727
[!INCLUDE [linux-ubuntu-package-feed-only](includes/linux-ubuntu-package-feed-only.md)]
2828

29-
The following versions of .NET are supported or available for Ubuntu 24.10:
29+
The following versions of .NET are supported or available for Ubuntu 25.04:
3030

31-
- 9.0
32-
- 8.0
31+
| Supported .NET versions | Available in<br>built-in Ubuntu feed | [Available in<br>backports<br>Ubuntu feed](linux-ubuntu-decision.md#ubuntu-net-backports-package-repository) | [Available in<br>Microsoft feed](linux-ubuntu-decision.md#register-the-microsoft-package-repository) |
32+
|-------------------------|--------------------------------------|-----------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------|
33+
| 9.0, 8.0 | 9.0, 8.0 | None |None |
3334

3435
When an [Ubuntu version](https://wiki.ubuntu.com/Releases) falls out of support, .NET is no longer supported with that version.
3536

@@ -181,7 +182,7 @@ When you install with a package manager, these libraries are installed for you.
181182
===== All versions
182183
-->
183184

184-
::: zone pivot="os-linux-ubuntu-2410,os-linux-ubuntu-2404,os-linux-ubuntu-2204"
185+
::: zone pivot="os-linux-ubuntu-2504,os-linux-ubuntu-2404,os-linux-ubuntu-2204"
185186

186187
## Unsupported versions
187188

docs/zone-pivot-groups.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ groups:
120120
title: Ubuntu Version
121121
prompt: Choose the Ubuntu distribution version
122122
pivots:
123-
- id: os-linux-ubuntu-2410
124-
title: "24.10"
123+
- id: os-linux-ubuntu-2504
124+
title: "25.04"
125125
- id: os-linux-ubuntu-2404
126126
title: "24.04"
127127
- id: os-linux-ubuntu-2204

0 commit comments

Comments
 (0)