From d4435f775fabe2c3d8664971519264fc833c9765 Mon Sep 17 00:00:00 2001 From: Rich Lander Date: Sat, 18 May 2024 17:29:34 -0700 Subject: [PATCH] Update linux.md (#9301) * Update linux.md - Remove .NET 7 usage - Clarify PMC status * Update linux.md Co-authored-by: Omair Majid --------- Co-authored-by: Omair Majid --- linux.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/linux.md b/linux.md index 7b7af4be51..97c246a14b 100644 --- a/linux.md +++ b/linux.md @@ -16,17 +16,17 @@ - [Tizen](https://developer.samsung.com/tizen/About-Tizen.NET/Tizen.NET.html) - [Ubuntu](https://packages.ubuntu.com/search?keywords=dotnet) -In general, you can install the .NET SDK via a versioned package, like `dotnet7` or `dotnet-sdk-7.0`. For example, on Ubuntu 22.10, you can install .NET via the following. +In general, you can install the .NET SDK via a versioned package, like `dotnet8` or `dotnet-sdk-8.0`. ```bash -sudo apt update && sudo apt install -y dotnet-sdk-7.0 +sudo apt update && sudo apt install -y dotnet-sdk-8.0 ``` ## Microsoft packages -Microsoft offers alternate package feeds at [packages.microsoft.com](http://packages.microsoft.com/) that include the Microsoft binary build of .NET. They are documented at [Install .NET on Linux](https://learn.microsoft.com/dotnet/core/install/linux). +Microsoft offers alternate package feeds at [packages.microsoft.com](http://packages.microsoft.com/) that include the Microsoft binary build of .NET. They are documented at [Install .NET on Linux](https://learn.microsoft.com/dotnet/core/install/linux). You can move back and forth between distribution and Microsoft archives using a variety of [package manager patterns](https://learn.microsoft.com/dotnet/core/install/linux-package-mixup) and [previous challenges](https://github.com/dotnet/core/issues/7699) to guide you. -You can move back and forth between distribution and Microsoft archives using a variety of [package manager patterns](https://learn.microsoft.com/dotnet/core/install/linux-package-mixup) and [previous challenges](https://github.com/dotnet/core/issues/7699) to guide you. +Microsoft is [no longer publishing packages for Ubuntu starting with Ubuntu 24.04](https://github.com/dotnet/core/discussions/9258). ## Containers