我安装了:
OS: Ubuntu Core 16
image: (GNU/Linux 4.4.0-1030-raspi2 armv7l)
HW: RASPBERRY PI 3 MODEL B我想安装nano
但是,我无法找到它使用:
snap find nano-editor我知道这个包是可用的,因为:
OS: Ubuntu 16.04.1 LTS
HW: Assus Laptop我可以通过命令找到这个包:
snap查找纳米编辑器
Name Version Developer Notes Summary
nano-editor 2.6.3 rws - The nano text editor发布于 2017-01-29 20:48:32
这是因为rws上传的纳米编辑器包仅仅是为amd64架构构建的,而不是pi使用的基于arm的arch。
我给包的维护人员发了电子邮件,并要求他们上传一个arm构建。
发布于 2018-05-21 12:57:34
运行snap install pinano来解决问题。
https://askubuntu.com/questions/877508
复制相似问题