1
0
mirror of synced 2025-12-19 18:06:02 -05:00

Update linux.md (#9301)

* Update linux.md

- Remove .NET 7 usage
- Clarify PMC status

* Update linux.md

Co-authored-by: Omair Majid <omajid@redhat.com>

---------

Co-authored-by: Omair Majid <omajid@redhat.com>
This commit is contained in:
Rich Lander
2024-05-18 17:29:34 -07:00
committed by GitHub
parent ddcbea4e0d
commit d4435f775f

View File

@@ -16,17 +16,17 @@
- [Tizen](https://developer.samsung.com/tizen/About-Tizen.NET/Tizen.NET.html) - [Tizen](https://developer.samsung.com/tizen/About-Tizen.NET/Tizen.NET.html)
- [Ubuntu](https://packages.ubuntu.com/search?keywords=dotnet) - [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 ```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 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 ## Containers