이 콘텐츠는 선택한 언어로 제공되지 않습니다.
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.9 and later and RHEL 9.3 and later, .NET 8.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-8.0
: Includes the .NET 8.0 Software Development Kit (SDK) and all the runtimes. -
aspnetcore-runtime-8.0
: Includes the .NET runtime and the ASP.NET Core runtime. Install this package to run ASP.NET Core-based applications. -
dotnet-runtime-8.0
: Includes only the .NET 8.0 runtime. Install this to use the runtime without the SDK.
-
.NET 8.0 is available for
aarch64
,ppc64le
,s390x
, andx86_64
architectures on RHEL 8, RHEL 9, and OpenShift Container Platform.Full instructions for installing .NET 8.0 on RHEL are available in the Getting started with .NET on RHEL 8 and Getting started with .NET on RHEL 9 guides.