You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -46,7 +46,7 @@ When your version of Ubuntu supports .NET through the built-in or .NET backports
46
46
47
47
| Method | Pros | Cons |
48
48
|--------|------|------|
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> |
50
50
|[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> |
51
51
|[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> |
52
52
|[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:
62
62
-[I want to install a preview version](#i-want-to-install-a-preview-version)
63
63
-[I don't want to use APT](#i-dont-want-to-use-apt)
64
64
-[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)
66
66
67
67
### I'm using Ubuntu 22.04 or later, and I only need .NET
68
68
69
69
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:
70
70
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).
72
72
-[Install .NET on Ubuntu 24.04](linux-ubuntu-install.md?pivots=os-linux-ubuntu-2404).
73
73
-[Install .NET on Ubuntu 22.04](linux-ubuntu-install.md?pivots=os-linux-ubuntu-2204).
74
74
@@ -126,13 +126,13 @@ If the version of .NET you want isn't available, try using one of the following
126
126
-[Install .NET with `install-dotnet` script.](linux-scripted-manual.md#scripted-install)
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.
132
132
133
133
Install .NET through the built-in Ubuntu feed. For more information, see the following page:
134
134
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).
0 commit comments