Skip to content

Discovery OKR #28811

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion docs/core/install/linux-debian.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Install .NET on Debian
description: Demonstrates the various ways to install .NET SDK and .NET Runtime on Debian.
author: adegeo
ms.author: adegeo
ms.date: 11/04/2021
ms.date: 03/25/2022
---

# Install the .NET SDK or the .NET Runtime on Debian
Expand Down
10 changes: 5 additions & 5 deletions docs/core/install/linux-scripted-manual.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: Manually install .NET on Linux
description: Demonstrates how to install the .NET SDK and the .NET Runtime without a package manager on Linux. Use the install script or manually extract the binaries.
title: Install .NET on Linux without using a package manager
description: Demonstrates how to install the .NET SDK and the .NET Runtime on Linux without a package manager. Use the install script or manually extract the binaries.
author: adegeo
ms.author: adegeo
ms.date: 03/21/2022
ms.date: 03/25/2022
---

# Install the .NET SDK or the .NET Runtime manually
# Install .NET on Linux by using an install script or by extracting binaries

.NET is supported on Linux and this article describes how to install .NET on Linux using the install script or by extracting the binaries. For a list of distributions that support the built-in package manager, see [Install .NET on Linux](linux.md).
This article demonstrates how to install the .NET SDK or the .NET Runtime on Linux by using the install script or by extracting the binaries. For a list of distributions that support the built-in package manager, see [Install .NET on Linux](linux.md).

You can also install .NET with snap. For more information, see [Install the .NET SDK or the .NET Runtime with Snap](linux-snap.md).

Expand Down
2 changes: 1 addition & 1 deletion docs/core/install/linux-snap.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Install .NET on Linux with Snap
description: Demonstrates how to install either the .NET SDK or the .NET Runtime on Linux with Snap.
author: adegeo
ms.author: adegeo
ms.date: 10/26/2021
ms.date: 03/25/2022
---

# Install the .NET SDK or the .NET Runtime with Snap
Expand Down
14 changes: 7 additions & 7 deletions docs/core/install/linux.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
---
title: Install .NET on Linux Distributions
description: Learn about what Linux distributions support installing .NET on Linux.
title: Install .NET on Linux distributions
description: Learn about which versions of .NET can be installed on which versions of Linux distributions.
author: adegeo
ms.author: adegeo
ms.date: 03/21/2022
ms.date: 03/25/2022
---

# Install .NET on Linux
# Install .NET on Linux distributions

> [!div class="op_single_selector"]
>
> - [Install on Windows](windows.md)
> - [Install on macOS](macos.md)
> - [Install on Linux](linux.md)

.NET is available on different Linux distributions. Most Linux platforms and distributions have a major release each year, and most provide a package manager that is used to install .NET. This article describes what is currently supported and which package manager is used.
This article details which versions of the .NET SDK or Runtime can be installed on which versions of various Linux distributions. Most Linux platforms and distributions have a major release each year, and most provide a package manager that is used to install .NET.

The rest of this article is a breakdown of each major Linux distribution that .NET supports. All .NET releases remain supported until either the version of [.NET reaches end-of-support](https://dotnet.microsoft.com/platform/support/policy/dotnet-core) or the Linux distribution reaches end-of-life.
All .NET releases remain supported until either the version of [.NET reaches end-of-support](https://dotnet.microsoft.com/platform/support/policy/dotnet-core) or the Linux distribution reaches end-of-life.

For the best compatibility, choose a long-term release (LTS) version.
For the best compatibility, choose a long-term support (LTS) version.

## Unsupported releases

Expand Down