GNU/Linux CentOS 8.x/Stream-8 Installing Dotnet Core 6 – QuickStart Guide
Hi! The Tutorial shows you Step-by-Step How to Install Microsoft .NET Core 6 SDK in CentOS 8.x/Stream-8 GNU/Linux Desktop.
And .NET Core for CentOS is an Open-Source, General-Purpose Development Platform.
Moreover, with ASP.NET Core you can Create Web Apps and Services that are Fast, Secure, Cross-Platform, and Cloud-Based.
Finally, this guide includes detailed instructions about to Getting-Started with ASP.NET Core on CentOS.

1. Terminal QuickStart
How to QuickStart with Command Line on CentOS
2. Installing Requirement
Then to Install Required Package
Simply run:sudo dnf install scl-utils
Authenticate with the User Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudo3. Installing .NET Core
Then to Install .NET Core 6 in CentOS
For the Dotnet SDK play:sudo dnf install dotnet-sdk-6
And instead for ASP.NET Core Runtime (Already included in the SDK):sudo dnf install aspnetcore-runtime-6.0
4. .NET Core Getting-Started Guide
Getting-Started with .NET Core for CentOS GNU/Linux
So Now I’m truly Happy if My Guide could Help you to Quick Start with .NET Core on CentOS 8!