Not able to install .Net core in ubuntu 14.04

左心房为你撑大大i 提交于 2019-12-12 04:14:41

问题


Linux is totally new to me. i am trying to install .Net Core in ubuntu 14.05.

I try following command to install ubuntu

  sudo sh -c 'echo "deb [arch=amd64] https://apt-mo.trafficmanager.net
  /repos/dotnet-release/ 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

These command run successfully when i run below command i got error

sudo apt-get install dotnet-dev-1.0.0-preview2-003131

My error is

Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package dotnet-dev-1.0.0-preview1-002702
E: Couldn't find any package by regex 'dotnet-dev-1.0.0-preview1-002702

回答1:


I met the same problem. It seems like .NET Core don't support 32-bit Ubuntu. I changed to 64-bit Ubuntu, the problem is solved.



来源:https://stackoverflow.com/questions/40072713/not-able-to-install-net-core-in-ubuntu-14-04

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!