From e2e757b08489ff1c597fb9f6dc6cc286681b616a Mon Sep 17 00:00:00 2001 From: "Andy De George (adegeo)" Date: Mon, 29 Jul 2024 09:57:42 -0700 Subject: [PATCH 1/2] Clarify note --- docs/core/install/linux-ubuntu-install.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/core/install/linux-ubuntu-install.md b/docs/core/install/linux-ubuntu-install.md index 9f7170f317748..599a69a2eaf8b 100644 --- a/docs/core/install/linux-ubuntu-install.md +++ b/docs/core/install/linux-ubuntu-install.md @@ -3,7 +3,7 @@ title: Install .NET on Ubuntu description: Demonstrates the various ways to install .NET SDK and .NET Runtime on Ubuntu. .NET is usually installed through APT. author: adegeo ms.author: adegeo -ms.date: 05/14/2024 +ms.date: 07/29/2024 ms.custom: linux-related-content zone_pivot_groups: ubuntu-install-set-one --- @@ -32,8 +32,6 @@ The following versions of .NET are supported or available for Ubuntu 24.04: |-------------------------|--------------------------------------|----------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------| | 8.0, 6.0 | 8.0 | 7.0, 6.0 |None | - - When an [Ubuntu version](https://wiki.ubuntu.com/Releases) falls out of support, .NET is no longer supported with that version. # [.NET 8](#tab/dotnet8) @@ -42,7 +40,7 @@ When an [Ubuntu version](https://wiki.ubuntu.com/Releases) falls out of support, # [.NET 6](#tab/dotnet6) -.NET 6 isn't available in the built-in Ubuntu 24.04 feed. [Register the Ubuntu .NET backports package repository](linux-ubuntu.md#register-the-ubuntu-net-backports-package-repository) and use that feed to install .NET through APT. +.NET 6 isn't available in the built-in Ubuntu 24.04 feed, but is available in the Ubuntu .NET backports package repository. For more information, see [Register the Ubuntu .NET backports package repository](linux-ubuntu.md#register-the-ubuntu-net-backports-package-repository). After the repository is registered, use the following sections to install .NET. [!INCLUDE [linux-apt-install-60](includes/linux-install-60-apt.md)] From 579100466d029a9d2f03984d18a8f8e008874b80 Mon Sep 17 00:00:00 2001 From: "Andy De George (adegeo)" Date: Mon, 29 Jul 2024 10:05:24 -0700 Subject: [PATCH 2/2] Change para to note --- docs/core/install/linux-ubuntu-install.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/core/install/linux-ubuntu-install.md b/docs/core/install/linux-ubuntu-install.md index 599a69a2eaf8b..492205bbc8b9b 100644 --- a/docs/core/install/linux-ubuntu-install.md +++ b/docs/core/install/linux-ubuntu-install.md @@ -28,7 +28,7 @@ This article discusses how to install .NET on Ubuntu. The following versions of .NET are supported or available for Ubuntu 24.04: -| Supported .NET versions | Available in
built-in Ubuntu feed | [Available in
.NET backports
Ubuntu feed](linux-ubuntu.md#ubuntu-net-backports-package-repository) | [Available in
Microsoft feed](linux-ubuntu.md#register-the-microsoft-package-repository) | +| Supported .NET versions | Available in
built-in Ubuntu feed | [Available in
backports
Ubuntu feed](linux-ubuntu.md#ubuntu-net-backports-package-repository) | [Available in
Microsoft feed](linux-ubuntu.md#register-the-microsoft-package-repository) | |-------------------------|--------------------------------------|----------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------| | 8.0, 6.0 | 8.0 | 7.0, 6.0 |None | @@ -40,7 +40,8 @@ When an [Ubuntu version](https://wiki.ubuntu.com/Releases) falls out of support, # [.NET 6](#tab/dotnet6) -.NET 6 isn't available in the built-in Ubuntu 24.04 feed, but is available in the Ubuntu .NET backports package repository. For more information, see [Register the Ubuntu .NET backports package repository](linux-ubuntu.md#register-the-ubuntu-net-backports-package-repository). After the repository is registered, use the following sections to install .NET. +> [!IMPORTANT] +> .NET 6 is available in the Ubuntu backports package repository for Ubuntu 24.04, and not the built-in package repository. For more information, see [Register the Ubuntu backports package repository](linux-ubuntu.md#register-the-ubuntu-net-backports-package-repository). After the repository is registered, use the following sections to install .NET. [!INCLUDE [linux-apt-install-60](includes/linux-install-60-apt.md)]