首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >使用snap安装后找不到`dotnet`命令

使用snap安装后找不到`dotnet`命令
EN

Ask Ubuntu用户
提问于 2019-04-07 12:46:01
回答 1查看 21.4K关注 0票数 19

我已经使用.NET在我的Ubuntu18.04上安装了sudo snap install dotnet-sdk --classic核心,但是在安装过程完成后,dotnet命令仍然无法工作。这是我的控制台日志:

代码语言:javascript
复制
long@long-ub1804:~$ sudo snap install dotnet-sdk
[sudo] password for long: 
error: This revision of snap "dotnet-sdk" was published using classic
       confinement and thus may perform arbitrary system changes outside of the
       security sandbox that snaps are usually confined to, which may put your
       system at risk.

       If you understand and want to proceed repeat the command including
       --classic.
long@long-ub1804:~$ sudo snap install dotnet-sdk --classic
dotnet-sdk 2.2.202 from Microsoft .NET Core (dotnetcore✓) installed
long@long-ub1804:~$ dotnet --version

Command 'dotnet' not found, but can be installed with:

sudo snap install dotnet-sdk

long@long-ub1804:~$ snap list
Name                  Version                    Rev   Tracking  Publisher    Notes
chromium              73.0.3683.86               669   stable    canonical✓   -
core                  16-2.38                    6673  stable    canonical✓   core
core18                18                         782   stable    canonical✓   base
docker                18.06.1-ce                 321   stable    canonical✓   -
dotnet-sdk            2.2.202                    32    stable    dotnetcore✓  classic
gnome-3-26-1604       3.26.0.20190228            82    stable/…  canonical✓   -
gnome-3-28-1804       3.28.0-9-gce87599.ce87599  23    stable    canonical✓   -
gnome-calculator      3.32.0+git2.cae338ea       352   stable/…  canonical✓   -
gnome-characters      v3.32.0+git1.9ff74a2       206   stable/…  canonical✓   -
gnome-logs            3.32.0                     57    stable/…  canonical✓   -
gnome-system-monitor  3.32.0                     70    stable/…  canonical✓   -
gtk-common-themes     0.1-16-g2287c87            1198  stable/…  canonical✓   -
pycharm-community     2019.1.1                   123   stable    jetbrains✓   classic
long@long-ub1804:~$ 
EN

回答 1

Ask Ubuntu用户

发布于 2019-05-01 16:47:05

您应该尝试使用以下命令

sudo snap alias dotnet-sdk.dotnet dotnet

因为snap没有为dotnet-sdk提供自动别名。

致以敬意,

票数 36
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1131867

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档