Installing
-
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 sudo -
3. 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
Contents