解決ubuntu安裝軟件時,status-code=409報錯的問題
報錯場景
在ubuntu系統(tǒng)中,使用ubuntu software安裝軟件,存在“status-code=409status-code=409”報錯。
問題描述
例如:我安裝xmind的時候,報錯信息為:
unable to install xmind: status-code=409 kind=snap-change-conflict message=snap"xmind"has "install-snap"change in progress
解決方案
步驟1
打開終端輸入snap changes檢查狀態(tài)
(base) z@E580:~$ snap changes ID Status Spawn Ready Summary 6 Done 6 days ago, at 16:03 CST 6 days ago, at 16:04 CST 自動刷新 snap "snapd" 7 Doing today at 16:40 CST - Install "xmind" snap from "latest/stable" channel
步驟2
找到正在安裝的軟件,如xmind,將其強制關閉
(base) z@E580:~$ snap abort 7
步驟3
重新安裝即可
總結
以上為個人經(jīng)驗,希望能給大家一個參考,也希望大家多多支持腳本之家。
相關文章
CentOS 7 下LAMP實現(xiàn)及基于https的虛擬化主機
這篇文章主要介紹了CentOS 7 下LAMP實現(xiàn)及基于https的虛擬化主機的相關資料,非常不錯,具有一定的參考借鑒價值,需要的朋友可以參考下2016-11-11Linux體檢,了解你的Linux狀態(tài)(網(wǎng)絡IO,磁盤,CPU,內(nèi)存)
這篇文章主要介紹了為Linux做個檢查,了解你的Linux的狀態(tài),學會查看linux各種狀態(tài),包括:網(wǎng)絡IO、磁盤、CPU、內(nèi)存等; 學會理解命令所代表的含義,能夠迅速發(fā)現(xiàn)集群存在的問題2021-08-08