At deployment time, if you don't want to install the. Net Core SDK on your Linux server, you can just install runtime, and then we'll see how to install the runtime runtime.
Download run-Time Files
Download page: Https://www.microsoft.com/net/download/linux
To get the corresponding download link, you can use the browser click the link to get a specific file download link
After you get the link, you can use the command to get and install the
Install the runtime of the ASP. NET Core 2.0.5 in the CentOS 7,ubuntu 16.04 Example:
Wget-o dotnet-runtime.tar.gz https://download.microsoft.com/download/1/1/0/ 11046135-4207-40d3-a795-13ecea741b32/dotnet-runtime-2.0.5-linux-x64.tar.gzWget-o aspnetcore-store.tar.gz HTTPS://download.microsoft.com/download/1/1/0/11046135-4207-40d3-a795-13ecea741b32/ aspnetcore-store-2.0.5-linux-x64.tar.gzmkdir dotnettar zxf dotnet-runtime.tar.gz-C Dotnettar ZXF Aspnetcore-store.tar.gz-c dotnet
Also need to install
Libunwind
Centos 7
Yum update-y && Yum install Libunwind libicu-y
Ubuntu 16.04
apt-get update-y && apt-get Install Libunwind-dev-y
Original address: https://www.zkea.net/codesnippet/detail/post-85
Runtime (runtime) for Linux installation of ASP.