Chapter 1. Availability
Red Hat provides a distribution of .NET that enables developers to create applications by using the C#, Visual Basic, and F# languages. You can deploy these applications on Red Hat Enterprise Linux, Red Hat OpenShift Container Platform, or other platforms.
A zero-cost Red Hat Enterprise Linux Developer Subscription is available, which includes a full suite of container development tools.
For Red Hat Enterprise Linux RHEL 8.10, RHEL 9.7, RHEL 10.1 and later, .NET 10.0 is available from the AppStream repositories as the following RPM packages:
The AppStream repositories are enabled by default on Red Hat Enterprise Linux.
-
dotnet-sdk-10.0: Includes the .NET 10.0 Software Development Kit (SDK) and all corresponding runtimes. -
dotnet-sdk-aot-10.0: Includes support for Ahead-of-Time (AOT) compilation with the .NET 10.0 SDK. Install this package if you want to AOT-compile your .NET applications. -
aspnetcore-runtime-10.0: Includes the .NET runtime and the ASP.NET Core runtime. Install this package to run ASP.NET Core applications. -
dotnet-runtime-10.0: Includes only the .NET 10.0 runtime. Install this package to run .NET applications when the SDK is not required.
.NET 10.0 is available on Red Hat Enterprise Linux and OpenShift Container Platform for the aarch64, ppc64le, s390x, and x86_64 architectures.