Skip to content

Commit 5f11283

Browse files
authored
Add clarifications around Arm packages and Ubuntu (#38922)
* Clarify Arm * Clarify Arm
1 parent 29b0655 commit 5f11283

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
author: adegeo
3+
ms.author: adegeo
4+
ms.date: 12/29/2023
5+
ms.topic: include
6+
---
7+
8+
> [!IMPORTANT]
9+
> 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).
10+
11+
For more information on installing .NET **without a package manager**, see one of the following articles:
12+
13+
- [Use the `install-dotnet` script to install .NET.](../linux-scripted-manual.md#scripted-install)
14+
- [Manually install .NET.](../linux-scripted-manual.md#manual-install)

docs/core/install/includes/linux-install-package-manager-x64-vs-arm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
author: adegeo
33
ms.author: adegeo
4-
ms.date: 11/14/2023
4+
ms.date: 12/29/2023
55
ms.topic: include
66
---
77

88
> [!IMPORTANT]
9-
> 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.
9+
> 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**.
1010
1111
For more information on installing .NET **without a package manager**, see one of the following articles:
1212

docs/core/install/linux-ubuntu-2304.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This article discusses how to install .NET on Ubuntu 23.04; .NET 8, .NET 7, and
1212

1313
[!INCLUDE [linux-intro-sdk-vs-runtime](includes/linux-intro-sdk-vs-runtime.md)]
1414

15-
[!INCLUDE [linux-install-package-manager-x64-vs-arm](includes/linux-install-package-manager-x64-vs-arm.md)]
15+
[!INCLUDE [linux-install-package-manager-x64-vs-arm-ubuntu](includes/linux-install-package-manager-x64-vs-arm-ubuntu.md)]
1616

1717
.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).
1818

docs/core/install/linux-ubuntu-2310.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This article discusses how to install .NET on Ubuntu 23.10; .NET 8, .NET 7, and
1212

1313
[!INCLUDE [linux-intro-sdk-vs-runtime](includes/linux-intro-sdk-vs-runtime.md)]
1414

15-
[!INCLUDE [linux-install-package-manager-x64-vs-arm](includes/linux-install-package-manager-x64-vs-arm.md)]
15+
[!INCLUDE [linux-install-package-manager-x64-vs-arm-ubuntu](includes/linux-install-package-manager-x64-vs-arm-ubuntu.md)]
1616

1717
.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).
1818

0 commit comments

Comments
 (0)