Installation dotnet core under linux

VMware to install linux system you need to use the software under windows, self-Baidu download and install centos7 system installation

 

Installation dotnetcore under centos

Input terminal command:

yum, libunwind, libicu the install the sudo # (libicu mounted reliance)

After the installation is complete, open: https: //dotnet.microsoft.com/learn/dotnet/hello-world-tutorial/install related to the implementation of the terminal according to the command prompt page

 

 

 

After installing dotnetcore, execute the command:

dotnet new console -o hwapp   # 我们初始化一个示例Hello World应用程序 (这里稍微耗时点)
cd hwapp
dotnet restore
dotnet run   #运行应用程序 

 

 看到打印的hello world证明 .net core的环境已经装好了。

ngxin安装
可参考博文:https://www.cnblogs.com/huiyi0521/p/10253341.html,建议按照步骤一步步来

 

Guess you like

Origin www.cnblogs.com/dongml/p/11105020.html