简体   繁体   English

使用 Snapcraft 安装 package 时出现“store.RevisionNotAvailable”错误

[英]"store.RevisionNotAvailable" error while installing a package with Snapcraft

I was trying to install microk8s on my Ubuntu 20.04.3 LTS by executing this command:我试图通过执行以下命令在我的 Ubuntu 20.04.3 LTS 上安装 microk8s:

sudo snap install microk8s -- classic

However I got this error:但是我收到了这个错误:

error: store.RevisionNotAvailable with 2 snaps

Does anyone know what is causing this error and how to fix it?有谁知道是什么导致了这个错误以及如何解决它?

Thank you!谢谢!

The problem was the space between the dash and "classic"...问题是破折号和“经典”之间的空间......

The correct command is:正确的命令是:

sudo snap install microk8s --classic

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM