一切福田,不離方寸,從心而覓,感無不通。

Install .NET Core Runtime on Linux CentOS / Oracle x64

Add the dotnet product feed

Before installing .NET, you’ll need to register the Microsoft key, register the product repository, and install required dependencies. This only needs to be done once per machine.

Open a terminal and run the following commands:

 

Install the .NET Runtime

Update the products available for installation, then install the .NET Runtime.

In your terminal, run the following commands:

 

The previous command will install the .NET Core Runtime Bundle, which includes the .NET Core runtime and the ASP.NET Core runtime. To install just the .NET Core runtime, use the dotnet-runtime-2.2 package.

from: https://dotnet.microsoft.com/download/linux-package-manager/centos/runtime-current