日本免费高清视频-国产福利视频导航-黄色在线播放国产-天天操天天操天天操天天操|www.shdianci.com

學無先后,達者為師

網站首頁 編程語言 正文

解決ubuntu安裝軟件時,status-code=409報錯的問題_Linux

作者:后廠村路蔡徐坤 ? 更新時間: 2023-01-14 編程語言

報錯場景

在ubuntu系統中,使用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檢查狀態

(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

重新安裝即可

總結

原文鏈接:https://blog.csdn.net/zeye5731/article/details/124478766

欄目分類
最近更新