在Ubuntu16.04中,安装失败,有以下消息:
error: unknown flag 'classic'执行sudo snap install install conjure-up --beta失败的消息如下:
error: cannot perform the following tasks:
- Make snap "ubuntu-core" available to the system (no state entry for key)
- Mount snap "conjure-up" (snap "conjure-up" requires classic or confinement override)发布于 2017-02-20 00:40:08
您需要确保运行的是快照版本2.21或更高版本。一个简单的
sudo apt-get update
sudo apt-get upgrade应该纠正这个问题。
https://askubuntu.com/questions/885021
复制相似问题