diff --git a/docs/core/install/includes/linux-install-60-apt.md b/docs/core/install/includes/linux-install-60-apt.md deleted file mode 100644 index 78b4190bea65f..0000000000000 --- a/docs/core/install/includes/linux-install-60-apt.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -author: adegeo -ms.author: adegeo -ms.date: 10/26/2021 -ms.topic: include -ms.custom: linux-related-content ---- - -### Install the SDK - -The .NET SDK allows you to develop apps with .NET. If you install the .NET SDK, you don't need to install the corresponding runtime. To install the .NET SDK, run the following commands: - -```bash -sudo apt-get update && \ - sudo apt-get install -y dotnet-sdk-6.0 -``` - -To learn how to use the .NET CLI, see [.NET CLI overview](../../tools/index.md). - -### Install the Runtime - -The ASP.NET Core Runtime allows you to run apps that were made with .NET that didn't provide the runtime. The following command installs the ASP.NET Core Runtime, which is the most compatible runtime for .NET. In your terminal, run the following commands: - -```bash -sudo apt-get update && \ - sudo apt-get install -y aspnetcore-runtime-6.0 -``` - -As an alternative to the ASP.NET Core Runtime, you can install the .NET Runtime, which doesn't include ASP.NET Core support: replace `aspnetcore-runtime-6.0` in the previous command with `dotnet-runtime-6.0`: - -```bash -sudo apt-get install -y dotnet-runtime-6.0 -``` - -To learn how to use the .NET CLI, see [.NET CLI overview](../../tools/index.md). diff --git a/docs/core/install/includes/linux-ubuntu-80-ms.md b/docs/core/install/includes/linux-ubuntu-80-ms.md deleted file mode 100644 index 5705f1d711e52..0000000000000 --- a/docs/core/install/includes/linux-ubuntu-80-ms.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -author: adegeo -ms.author: adegeo -ms.date: 03/19/2024 -ms.topic: include -ms.custom: linux-related-content ---- - -.NET 8.0 isn't available in the Ubuntu package repository. [Register the Microsoft package repository](../linux-ubuntu-decision.md#register-the-microsoft-package-repository) and use that feed to install .NET through APT. If you use the Microsoft package repository to install .NET, you should deprioritize .NET packages from the Ubuntu repository. For more information, see [I need a version of .NET that isn't provided by my Linux distribution](../linux-package-mixup.md?pivots=os-linux-ubuntu#i-need-a-version-of-net-that-isnt-provided-by-my-linux-distribution). diff --git a/docs/core/install/includes/linux-ubuntu-not-supported.md b/docs/core/install/includes/linux-ubuntu-not-supported.md deleted file mode 100644 index 4ecf995fb2011..0000000000000 --- a/docs/core/install/includes/linux-ubuntu-not-supported.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -author: adegeo -ms.author: adegeo -ms.date: 11/01/2024 -ms.topic: include -ms.custom: linux-related-content ---- - -> [!WARNING] -> This version of Ubuntu is no longer supported. -> -> Running .NET on this version of Ubuntu is no longer supported. diff --git a/docs/core/install/includes/linux-ubuntu-package-feed-ms.md b/docs/core/install/includes/linux-ubuntu-package-feed-ms.md deleted file mode 100644 index 00281277c6ec2..0000000000000 --- a/docs/core/install/includes/linux-ubuntu-package-feed-ms.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -author: adegeo -ms.author: adegeo -ms.date: 03/18/2024 -ms.topic: include -ms.custom: linux-related-content ---- - -The default Ubuntu package repository doesn't contain this version of .NET. Use the [Microsoft package repository instead](../linux-ubuntu-decision.md#register-the-microsoft-package-repository).