.Net Core CLI–Ubuntu 14安装
Posted draweye
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了.Net Core CLI–Ubuntu 14安装相关的知识,希望对你有一定的参考价值。
sudo sh -c ‘echo "deb [arch=amd64] http://apt-mo.trafficmanager.net/repos/dotnet/ trusty main" > /etc/apt/sources.list.d/dotnetdev.list‘ sudo apt-key adv --keyserver apt-mo.trafficmanager.net --recv-keys 417A0893 sudo apt-get update sudo apt-get install dotnet=1.0.0.001598-1
如果使用web功能的话(kestrel)还需要安装libuv
sudo apt-get install make automake libtool curl curl -sSL https://github.com/libuv/libuv/archive/v1.8.0.tar.gz | sudo tar zxfv - -C /usr/local/src cd /usr/local/src/libuv-1.8.0 sudo sh autogen.sh sudo ./configure sudo make sudo make install sudo rm -rf /usr/local/src/libuv-1.8.0 && cd ~/ sudo ldconfig
参考资料:
http://dotnet.github.io/getting-started/
https://docs.asp.net/en/latest/getting-started/installing-on-linux.html#installing-on-ubuntu-14-04
以上是关于.Net Core CLI–Ubuntu 14安装的主要内容,如果未能解决你的问题,请参考以下文章
c# – Asp.Net Core MVC中Request.IsAjaxRequest()在哪里?
.NET Core系列 : 1.NET Core 环境搭建和命令行CLI入门
迷失在版本和工具中:.NET Core、Core Tools、dotnet Core CLI、