From 2a17c2067709a6ab409db6cfcef3bc839129a47a Mon Sep 17 00:00:00 2001 From: "Andy De George (adegeo)" Date: Fri, 29 Dec 2023 15:29:46 -0800 Subject: [PATCH 1/2] Clarify Arm --- ...ux-install-package-manager-x64-vs-arm-ubuntu.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/core/install/includes/linux-install-package-manager-x64-vs-arm-ubuntu.md diff --git a/docs/core/install/includes/linux-install-package-manager-x64-vs-arm-ubuntu.md b/docs/core/install/includes/linux-install-package-manager-x64-vs-arm-ubuntu.md new file mode 100644 index 0000000000000..4249ebf3f1c94 --- /dev/null +++ b/docs/core/install/includes/linux-install-package-manager-x64-vs-arm-ubuntu.md @@ -0,0 +1,14 @@ +--- +author: adegeo +ms.author: adegeo +ms.date: 12/29/2023 +ms.topic: include +--- + +> [!IMPORTANT] +> Using a package manager to install .NET from the **Microsoft pacakge feed** only supports the **x64** architecture. Other architectures, such as **Arm**, aren't supported by the **Microsoft package feed**. Use the Ubuntu feed or manually install .NET. Be cautious of package mix up problems. For more information, see [.NET package mix ups on Linux](../linux-package-mixup.md?pivots=os-linux-ubuntu#whats-going-on). + +For more information on installing .NET **without a package manager**, see one of the following articles: + +- [Use the `install-dotnet` script to install .NET.](../linux-scripted-manual.md#scripted-install) +- [Manually install .NET.](../linux-scripted-manual.md#manual-install) From 393195e26429e755746efd3267dc0876c9d2e0be Mon Sep 17 00:00:00 2001 From: "Andy De George (adegeo)" Date: Fri, 29 Dec 2023 15:30:59 -0800 Subject: [PATCH 2/2] Clarify Arm --- .../includes/linux-install-package-manager-x64-vs-arm.md | 4 ++-- docs/core/install/linux-ubuntu-2304.md | 2 +- docs/core/install/linux-ubuntu-2310.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/core/install/includes/linux-install-package-manager-x64-vs-arm.md b/docs/core/install/includes/linux-install-package-manager-x64-vs-arm.md index f4c36044aadf3..01c85dbb05a71 100644 --- a/docs/core/install/includes/linux-install-package-manager-x64-vs-arm.md +++ b/docs/core/install/includes/linux-install-package-manager-x64-vs-arm.md @@ -1,12 +1,12 @@ --- author: adegeo ms.author: adegeo -ms.date: 11/14/2023 +ms.date: 12/29/2023 ms.topic: include --- > [!IMPORTANT] -> Package manager installs are only supported on the **x64** architecture. Other architectures, such as **Arm**, must install .NET by some other means such as with an installer script or with manual binary installation. +> Using a package manager to install .NET from the **Microsoft pacakge feed** only supports the **x64** architecture. Other architectures, such as **Arm**, aren't supported by the **Microsoft package feed**. For more information on installing .NET **without a package manager**, see one of the following articles: diff --git a/docs/core/install/linux-ubuntu-2304.md b/docs/core/install/linux-ubuntu-2304.md index 81beee82c174f..3f669dffaf79b 100644 --- a/docs/core/install/linux-ubuntu-2304.md +++ b/docs/core/install/linux-ubuntu-2304.md @@ -12,7 +12,7 @@ This article discusses how to install .NET on Ubuntu 23.04; .NET 8, .NET 7, and [!INCLUDE [linux-intro-sdk-vs-runtime](includes/linux-intro-sdk-vs-runtime.md)] -[!INCLUDE [linux-install-package-manager-x64-vs-arm](includes/linux-install-package-manager-x64-vs-arm.md)] +[!INCLUDE [linux-install-package-manager-x64-vs-arm-ubuntu](includes/linux-install-package-manager-x64-vs-arm-ubuntu.md)] .NET is available in the Ubuntu package manager feeds, as well as the Microsoft package repository. However, you should only use one or the other to install .NET. If you want to use the Microsoft package repository, see [How to register the Microsoft package repository](linux-ubuntu.md#register-the-microsoft-package-repository). diff --git a/docs/core/install/linux-ubuntu-2310.md b/docs/core/install/linux-ubuntu-2310.md index 075daae902451..55aaf61b127ca 100644 --- a/docs/core/install/linux-ubuntu-2310.md +++ b/docs/core/install/linux-ubuntu-2310.md @@ -12,7 +12,7 @@ This article discusses how to install .NET on Ubuntu 23.10; .NET 8, .NET 7, and [!INCLUDE [linux-intro-sdk-vs-runtime](includes/linux-intro-sdk-vs-runtime.md)] -[!INCLUDE [linux-install-package-manager-x64-vs-arm](includes/linux-install-package-manager-x64-vs-arm.md)] +[!INCLUDE [linux-install-package-manager-x64-vs-arm-ubuntu](includes/linux-install-package-manager-x64-vs-arm-ubuntu.md)] .NET is available in the Ubuntu package manager feeds, as well as the Microsoft package repository. However, you should only use one or the other to install .NET. If you want to use the Microsoft package repository, see [How to register the Microsoft package repository](linux-ubuntu.md#register-the-microsoft-package-repository).