Skip to content

Commit 89a5dab

Browse files
authored
Clarify backports note (dotnet#41937)
* Clarify note * Change para to note
1 parent 575f724 commit 89a5dab

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Install .NET on Ubuntu
33
description: Demonstrates the various ways to install .NET SDK and .NET Runtime on Ubuntu. .NET is usually installed through APT.
44
author: adegeo
55
ms.author: adegeo
6-
ms.date: 05/14/2024
6+
ms.date: 07/29/2024
77
ms.custom: linux-related-content
88
zone_pivot_groups: ubuntu-install-set-one
99
---
@@ -28,12 +28,10 @@ This article discusses how to install .NET on Ubuntu.
2828

2929
The following versions of .NET are supported or available for Ubuntu 24.04:
3030

31-
| Supported .NET versions | Available in<br>built-in Ubuntu feed | [Available in<br>.NET backports<br>Ubuntu feed](linux-ubuntu.md#ubuntu-net-backports-package-repository) | [Available in<br>Microsoft feed](linux-ubuntu.md#register-the-microsoft-package-repository) |
31+
| Supported .NET versions | Available in<br>built-in Ubuntu feed | [Available in<br>backports<br>Ubuntu feed](linux-ubuntu.md#ubuntu-net-backports-package-repository) | [Available in<br>Microsoft feed](linux-ubuntu.md#register-the-microsoft-package-repository) |
3232
|-------------------------|--------------------------------------|----------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------|
3333
| 8.0, 6.0 | 8.0 | 7.0, 6.0 |None |
3434

35-
<!--CULLED until the packages are available in the MS feed [!INCLUDE [linux-ubuntu-feed-sdk-note](includes/linux-ubuntu-feed-sdk-note.md)]-->
36-
3735
When an [Ubuntu version](https://wiki.ubuntu.com/Releases) falls out of support, .NET is no longer supported with that version.
3836

3937
# [.NET 8](#tab/dotnet8)
@@ -42,7 +40,8 @@ When an [Ubuntu version](https://wiki.ubuntu.com/Releases) falls out of support,
4240

4341
# [.NET 6](#tab/dotnet6)
4442

45-
.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.
43+
> [!IMPORTANT]
44+
> .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.
4645
4746
[!INCLUDE [linux-apt-install-60](includes/linux-install-60-apt.md)]
4847

0 commit comments

Comments
 (0)