Skip to content

Commit

Permalink
Update linux.md (#9301)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
richlander and omajid authored May 19, 2024
1 parent ddcbea4 commit d4435f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d4435f7

Please sign in to comment.