Documentation for a newer release is available. View Latest

.NET

.NET Core now available with Fedora Aarch64 architecture

Previously, .NET Core was available with only Fedora x86_64 architecture but with this update, .NET Core is now available for Aarch64 architecture in Fedora 33. Users who are using Fedora on Aarch64 architecture, can now use the normal .NET Core SDK distribution packages with Fedora 33.

To use this enhancement, execute the following steps :

  1. Install Fedora 33 on Aarch64 architecture.

  2. Install .NET Core packages:

    sudo dnf install dotnet-sdk-3.1
  3. Verify .NET Core package:

    dotnet --info