原
解决ubuntu安装软件has install-snap change in progress错误
2018年05月06日 13:45:39
山间明月江上清风_
阅读数:6720
版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/u011870280/article/details/80213866
今天在ubuntu软件商店安装idea报错:
cannot install "intellij-idea-community": snap "intellij-idea-community" has "install-snap" change in progress
其实就是软件之前安装了一次,只是没安装完。
解决方案
先snap changes
可以看到ID=5是我之前安装失败的。
现在我们终止它
sudo snap abort 5
好了,可以重新安装了
暂无评论
要发表评论,您必须先 登录