이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 1. Availability
Red Hat provides a distribution of .NET that enables developers to create applications using the C#, Visual Basic, and F# languages and then deploy them on Red Hat Enterprise Linux (RHEL), Red Hat OpenShift Container Platform, or other platforms. A no-cost Red Hat Enterprise Linux Developer Subscription is available, including a full suite of tools for container development.
For RHEL 8.10, RHEL 9.5, and later, .NET 9.0 is available as the following RPMs in the AppStream repositories:
NoteThe AppStream repositories are enabled by default in RHEL 8 and RHEL 9.
-
dotnet-sdk-9.0: Includes the .NET 9.0 Software Development Kit (SDK) and all the runtimes. -
dotnet-sdk-aot-9.0:Includes the Ahead-of-Time(AOT) support for the .NET 9.0 SDK. Install this if you want to AOT-compile your .NET applications. -
aspnetcore-runtime-9.0: Includes the .NET runtime and the ASP.NET Core runtime. Install this package to run ASP.NET Core-based applications. -
dotnet-runtime-9.0: Includes only the .NET 9.0 runtime. Install this to use the runtime without the SDK.
-
-
.NET 9.0 is available for
aarch64,ppc64le,s390x, andx86_64architectures on RHEL 8, RHEL 9, RHEL 10 and OpenShift Container Platform.
Full instructions for installing .NET 9.0 on RHEL are available in the Getting started with .NET on RHEL 8, Getting started with .NET on RHEL 9 guides.