You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Package manager installs are only supported on the x64 architecture. Other architectures, such as ARM, must manually install the .NET Core SDK or .NET Core Runtime. For more information, see the manually install section.
What is reason for that restriction? Is possible to make dotnet availabile for install on non-x64 systems? Repositories looks like they supports other platforms but dotnet packages is not present for that platforms. Installing using package manager has lot of advantages including simplified updates which brings more security to hosting dotnet apps.
The text was updated successfully, but these errors were encountered:
It is possible, it's just a matter of development time now. ARM64 is tracked by dotnet/runtime#3298, and armhf ("ARM32") is tracked by dotnet/runtime#3263.
Is possible make dotnet-runtime and dotnet-sdk packages (deb) availaible for non-x64 architectures like arm64 and armhf?
According to https://docs.microsoft.com/en-us/dotnet/core/install/linux-debian (or the same page for Ubuntu), there are restriction
What is reason for that restriction? Is possible to make dotnet availabile for install on non-x64 systems? Repositories looks like they supports other platforms but dotnet packages is not present for that platforms. Installing using package manager has lot of advantages including simplified updates which brings more security to hosting dotnet apps.
The text was updated successfully, but these errors were encountered: