Dev License: This installation of WHMCS is running under a Development License and is not authorized to be used for production use. Please report any cases of abuse to abuse@whmcs.com

Dotnet Core is now available with the Linux OS. Following are the steps to install Dotnet Core on Centos.

  1. Login the centos via SSH.

  2. Open a terminal and run the following commands.

sudo rpm -Uvh https://packages.microsoft.com/config/rhel/7/packages-microsoft-prod.rpm
  1. Update the available products and install the .NET SDK. In your terminal, run the following commands:

sudo yum update 
sudo yum install dotnet-sdk-2.2
  1. Verify the dot net version using the below command.
dotnet --version/strong>
Was this answer helpful? 0 Users Found This Useful (0 Votes)

Powered by WHMCompleteSolution