Runtime (runtime) for Linux installation of ASP.

Source: Internet
Author: User
Tags dotnet

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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.