. Net Core Linux Environment installation

Source: Internet
Author: User
Tags dotnet

October time on their own computer set up the development environment, then ran out of welcome after a period of time, recently a small project to formally adopt the core to develop and deploy in the Linux environment, so on Linux also set up a running environment.

Although Linux is not often used, it has always been felt that installing Linux is more convenient than Windows, although Windows provides a form-interactive installation interface that looks more intuitive and just clicks next, but still does not have several commands for Linux to be cheerful.

The core's official documentation is simple and easy to get started with, Linux is the version of Cent OS 7, which completes the installation of the environment and a simple demo as the three steps provided.

  1. sudo yum install libunwind Libicu
  2. Curl-ssl-o dotnet.tar.gz https://go.microsoft.com/fwlink/?LinkID=835019
  3. sudo mkdir-p/opt/dotnet && sudo tar zxf dotnet.tar.gz-c/opt/dotnet
  4. sudo ln-s/opt/dotnet/dotnet/usr/local/bin

. Net Core Linux Environment installation

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.