解决ubuntu软件中心无法安装软件的方法
当用ubuntu软件下载中心安装某个软件的时
比如我安装typora的时候报错“unable to install typora: status-code=409 kind=snap-change-conflict message=snap”typora”has “install-snap”change in progress
不用担心,打开终端,查看当前的状态
:~$ snap changes
ID Status Spawn Ready Summary
1 Done 2021-02-10 tomorrow at 01:05 CST Initialize system state
3 Error today at 09:39 CST today at 09:49 CST Install "clion" snap from "latest/stable" channel
4 Done today at 09:49 CST today at 09:52 CST 自动刷新 5 个 snap
5 Done today at 09:53 CST today at 10:05 CST Install "clion" snap
6 Doing today at 14:24 CST - Install "typora" snap from "latest/stable" channel
2 Done tomorrow at 01:05 CST today at 09:09 CST Initialize device
找到正在安装的typora,其ID为6,把他强制关闭。注意,只能关闭status为“Doing”的项目
:~$ snap abort 6
可以再次使用软件中心安装,如果还是报错如上,那么abort这个项目,使用snap在命令行安装
:~$ snap install --classic typora
我之前使用同样的方法安装了clion,但是用snap安装typora的时候很慢一直在跑,不知道司马原因。所以最后用apt安装的typora,