是否可以在32位ubuntu上安装.net核心?

Ani*_*nil 1 ubuntu .net-core

Ubuntu OS

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
Run Code Online (Sandbox Code Playgroud)

MS Docs,我关注,说.

安装.NET Core SDK

要在Ubuntu或Linux Mint上安装.NET Core 1.1,只需使用apt-get.

.NET Core 1.1是最新版本.对于长期支持版本和其他下载,请查看所有Linux下载部分.

sudo apt-get install dotnet-dev-1.0.1
Run Code Online (Sandbox Code Playgroud)

在执行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'
Run Code Online (Sandbox Code Playgroud)

我提到这个SO帖子,检查操作系统,它是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
Run Code Online (Sandbox Code Playgroud)

我是Windows开发人员,也是Ubuntu的新手.这里我的解决方案的问题似乎是升级到64位.想要从专家那里确保升级我的Ubuntu开发系统不会有风险,我也有一个活跃的Perl项目及其安装的各种CPAN模块.

nat*_*ter 5

.NET Core 1.x不支持32位Ubuntu.此外,没有计划为.NET Core 2.0添加此功能.有关受支持平台的完整列表,请参阅.Net Core路线图.