Chapter 2. Installing .NET 10.0
.NET 10.0 is included in the AppStream repositories for RHEL 8. These repositories are enabled by default on RHEL 8 systems.
The dotnet-sdk-10.0 package installs both the .NET Software Development Kit (SDK) and the corresponding .NET runtime. When a newer SDK version for .NET 10.0 becomes available, you can update your installation using dnf.
Prerequisites
Installed and registered Red Hat Enterprise Linux (RHEL) 8 with all required subscriptions attached
For more information, see Interactively installing RHEL from installation media.
Procedure
Install the
dotnet-sdk-10.0package and its dependencies:$ sudo dnf install dotnet-sdk-10.0 -y
Verification
Verify that .NET is installed correctly:
$ dotnet --infoThe output displays information about the installed .NET SDK and runtime environment.