【发布时间】:2017-04-15 05:55:07
【问题描述】:
Ubuntu 操作系统
root@anil-ubuntu:/ms# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.5 LTS
Release: 14.04
Codename: trusty
MS Docs,我在关注,说。
安装 .NET Core SDK
要在 Ubuntu 或 Linux Mint 上安装 .NET Core 1.1,只需使用 apt-get。
.NET Core 1.1 是最新版本。如需长期支持版本和其他下载,请check the all Linux downloads section。
sudo apt-get install dotnet-dev-1.0.1
在执行 apt-get 时,消息失败。
root@anil-ubuntu:/ms# sudo apt-get install dotnet-dev-1.0.1
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package dotnet-dev-1.0.1
E: Couldn't find any package by regex 'dotnet-dev-1.0.1'
我提到了这个SO post,检查了操作系统,它是 32 位的。
root@anil-ubuntu:/ms# uname -a
Linux anil-ubuntu 4.4.0-72-generic #93~14.04.1-Ubuntu
SMP Fri Mar 31 15:06:30 UTC 2017 i686 i686 i686 GNU/Linux
我是一名 Windows 开发人员,也是 Ubuntu 的新手。 我的解决方案的问题似乎是upgrade to 64 bit。 想从专家那里确保升级我的 Ubuntu 开发系统不会有风险,我还安装了一个活动的 Perl 项目及其各种 CPAN 模块。
【问题讨论】: