이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 1. Availability
Red Hat provides a distribution of .NET Core 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.
The availability of .NET Core 3.1 allows Windows developers to deploy to RHEL without having to learn RHEL and to expand the reach of workloads to RHEL environments. The goal is to provide a safe introduction to a new environment and culture without risk of exposure. Now users of RHEL and RHEL-based Red Hat products can develop and run .NET Core applications directly on RHEL 7, RHEL 8, RHEL 9, including Red Hat Enterprise Linux Atomic Host and Red Hat OpenShift Container Platform.
RPM packages for .NET Core 3.1 are available on RHEL 7, RHEL 8, RHEL 9.
.NET Core 3.1 includes the following RPM packages that can be installed via yum install:
-
dotnet-sdk-3.1: includes the .NET Core 3.1 SDK and Runtime. -
dotnet-runtime-3.1: only the .NET Core 3.1 Runtime. If you want to use just the Runtime without the SDK, you should install this. aspnetcore-runtime-3.1: ASP.NET Core runtime. This includes the .NET Core runtime and the ASP.NET Core runtime. Install this package to run ASP.NET Core-based applications.Full instructions for installing .NET Core 3.1 on RHEL 9 are available in the Getting started with .NET on RHEL 9 guide.