Ubuntu安装Goland失败
2019-02-12 本文已影响0人
xuanxiao
cannot install "Goland": snap "Goland" has "install-snap" change in progress
其实就是软件之前安装了一次,只是没安装完。
解决方案
先查看
snap changes

可以看到ID=5是我之前安装失败的。
现在我们终止它
sudo snap abort 5
再次查看
snap changes

好了,可以重新安装了