Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions docs/core/install/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,26 @@
- [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

Check failure on line 65 in docs/core/install/linux.md

View workflow job for this annotation

GitHub Actions / lint

Bare URL used

docs/core/install/linux.md:65:3 MD034/no-bare-urls Bare URL used [Context: "https://formulae.brew.sh/cask/..."] https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md034.md
- https://formulae.brew.sh/cask/dotnet-sdk

Check failure on line 66 in docs/core/install/linux.md

View workflow job for this annotation

GitHub Actions / lint

Bare URL used

docs/core/install/linux.md:66:3 MD034/no-bare-urls Bare URL used [Context: "https://formulae.brew.sh/cask/..."] https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md034.md
- https://ports.macports.org/port/dotnet-cli/

Check failure on line 67 in docs/core/install/linux.md

View workflow job for this annotation

GitHub Actions / lint

Bare URL used

docs/core/install/linux.md:67:3 MD034/no-bare-urls Bare URL used [Context: "https://ports.macports.org/por..."] https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md034.md
- https://search.nixos.org/packages?query=dotnet

Check failure on line 68 in docs/core/install/linux.md

View workflow job for this annotation

GitHub Actions / lint

Bare URL used

docs/core/install/linux.md:68:3 MD034/no-bare-urls Bare URL used [Context: "https://search.nixos.org/packa..."] https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md034.md
- https://archlinux.org/

Check failure on line 69 in docs/core/install/linux.md

View workflow job for this annotation

GitHub Actions / lint

Bare URL used

docs/core/install/linux.md:69:3 MD034/no-bare-urls Bare URL used [Context: "https://archlinux.org/"] https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md034.md
- https://aur.archlinux.org/

Check failure on line 70 in docs/core/install/linux.md

View workflow job for this annotation

GitHub Actions / lint

Bare URL used

docs/core/install/linux.md:70:3 MD034/no-bare-urls Bare URL used [Context: "https://aur.archlinux.org/"] https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md034.md

### Containers

- https://containers.dev/features

Check failure on line 74 in docs/core/install/linux.md

View workflow job for this annotation

GitHub Actions / lint

Bare URL used

docs/core/install/linux.md:74:3 MD034/no-bare-urls Bare URL used [Context: "https://containers.dev/feature..."] https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md034.md
- https://images.chainguard.dev/

Check failure on line 75 in docs/core/install/linux.md

View workflow job for this annotation

GitHub Actions / lint

Bare URL used

docs/core/install/linux.md:75:3 MD034/no-bare-urls Bare URL used [Context: "https://images.chainguard.dev/"] https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md034.md
Loading