Mint Linux 在安裝任何套件時,都遇到 ubuntu-system-adjustments Error,然後全都無法安裝就算了,在系統升級時,順便把 Xwindow 的套件全部移除了~~
而移除掉也沒關係,重點是任何套件安裝都會遇到 ubuntu-system-adjustments Failed,然後全部套件都無法安裝~~
要怎麼解決呢?
Mint Linux 遇到 ubuntu-system-adjustments Error 問題
第一個想法,直接把 ubuntu-system-adjustments 移掉試試看,移除掉後,所有套件安裝都會說需要這個套件,於是安裝了就一樣卡關~
於是認真看看怎麼處理這個問題,這是 systemd 在管理的,於是嘗試 disable 看看
- sudo systemctl disable ubuntu-system-adjustments.service
- 也是一樣問題,無法解決
不過有看到這個訊息:ubuntu-system-adjustments.service is masked
於是使用
- sudo systemctl unmask ubuntu-system-adjustments.service
- 再來就可以把所有套件手動安裝回來囉~~~
其它相關會用到的命令也記錄一下:
- 可以看各個套件狀態
- sudo systemctl list-unit-files
- 查看單一套件狀態
- systemctl status ubuntu-system-adjustments.service