我关注了snapcraft.io 的安装指南。我的系统找不到该hello-world
应用程序:
$ sudo snap install hello-world
[sudo] password for gauthier:
hello-world 6.4 from Canonical✓ installed
$ hello-world
bash: hello-world: command not found
我该如何解决?
Debian 10,但我猜测过程与 Ubuntu 相同。
答案1
显然,snap
从安装没有添加或 的apt
正确路径。/etc/environment
PATH
管理单元应用程序已存在/snap/bin/
,因此有字符串可以以某种方式添加到您的PATH
。
我认为这应该是自动化的,或者至少在安装时向用户指出snap
。(是的,我重新启动了但没有成功。)