From 9195f370d0874aa4207fb1eba193746795e20fff Mon Sep 17 00:00:00 2001 From: "Andy De George (adegeo)" Date: Tue, 4 Feb 2025 16:05:33 -0800 Subject: [PATCH 1/3] Add other package sources for .NET --- docs/core/install/linux.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/docs/core/install/linux.md b/docs/core/install/linux.md index 7404974bb59e5..82d18f0050dbb 100644 --- a/docs/core/install/linux.md +++ b/docs/core/install/linux.md @@ -50,3 +50,26 @@ You can install .NET manually in the following ways: - [Scripted install](linux-scripted-manual.md#scripted-install) You may need to install [.NET dependencies](https://github.com/dotnet/core/blob/main/release-notes/8.0/linux-packages.md) if you install .NET manually. + +## Additional sources + +.NET is also available from other sources. The packages and containers use a name similar to one of the following names: + +- aspnet-runtime +- dotnet-runtime +- dotnet-sdk +- dotnet + +### Package managers + +- https://formulae.brew.sh/cask/dotnet +- https://formulae.brew.sh/cask/dotnet-sdk +- https://ports.macports.org/port/dotnet-cli/ +- https://search.nixos.org/packages?query=dotnet +- https://archlinux.org/ +- https://aur.archlinux.org/ + +### Containers + +- https://containers.dev/features +- https://images.chainguard.dev/ From e42b5fc4310a6a4f0d1cab015ff9b6cec9fd26f0 Mon Sep 17 00:00:00 2001 From: "Andy De George (adegeo)" Date: Tue, 4 Feb 2025 16:11:46 -0800 Subject: [PATCH 2/3] Fix urls --- docs/core/install/linux.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/core/install/linux.md b/docs/core/install/linux.md index 82d18f0050dbb..49d7332019144 100644 --- a/docs/core/install/linux.md +++ b/docs/core/install/linux.md @@ -62,14 +62,14 @@ You may need to install [.NET dependencies](https://github.com/dotnet/core/blob/ ### Package managers -- https://formulae.brew.sh/cask/dotnet -- https://formulae.brew.sh/cask/dotnet-sdk -- https://ports.macports.org/port/dotnet-cli/ -- https://search.nixos.org/packages?query=dotnet -- https://archlinux.org/ -- https://aur.archlinux.org/ +- +- +- +- +- +- ### Containers -- https://containers.dev/features -- https://images.chainguard.dev/ +- +- From d003d2a9db5328add6da603e6b582946bbd1f6a2 Mon Sep 17 00:00:00 2001 From: "Andy (Steve) De George" <67293991+adegeo@users.noreply.github.com> Date: Tue, 4 Feb 2025 16:23:16 -0800 Subject: [PATCH 3/3] Update docs/core/install/linux.md Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com> --- docs/core/install/linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/install/linux.md b/docs/core/install/linux.md index 49d7332019144..9da43790af8ea 100644 --- a/docs/core/install/linux.md +++ b/docs/core/install/linux.md @@ -49,7 +49,7 @@ You can install .NET manually in the following ways: - [Manual install](linux-scripted-manual.md#manual-install) - [Scripted install](linux-scripted-manual.md#scripted-install) -You may need to install [.NET dependencies](https://github.com/dotnet/core/blob/main/release-notes/8.0/linux-packages.md) if you install .NET manually. +You might need to install [.NET dependencies](https://github.com/dotnet/core/blob/main/release-notes/8.0/linux-packages.md) if you install .NET manually. ## Additional sources