Skip to content

Commit 9195f37

Browse files
committed
Add other package sources for .NET
1 parent 0dcbddf commit 9195f37

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

docs/core/install/linux.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,26 @@ You can install .NET manually in the following ways:
5050
- [Scripted install](linux-scripted-manual.md#scripted-install)
5151

5252
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.
53+
54+
## Additional sources
55+
56+
.NET is also available from other sources. The packages and containers use a name similar to one of the following names:
57+
58+
- aspnet-runtime
59+
- dotnet-runtime
60+
- dotnet-sdk
61+
- dotnet
62+
63+
### Package managers
64+
65+
- https://formulae.brew.sh/cask/dotnet
66+
- https://formulae.brew.sh/cask/dotnet-sdk
67+
- https://ports.macports.org/port/dotnet-cli/
68+
- https://search.nixos.org/packages?query=dotnet
69+
- https://archlinux.org/
70+
- https://aur.archlinux.org/
71+
72+
### Containers
73+
74+
- https://containers.dev/features
75+
- https://images.chainguard.dev/

0 commit comments

Comments
 (0)