在 Debian 12 上安裝 budgie-extras-common
包:
安裝前的準備
- 更新 apt 數據庫:
- 使用
apt-get
:sudo apt-get update
- 或者使用
apt
:sudo apt update
- 如果使用
aptitude
(通常不在 Debian 默認安裝中),首先需要安裝它,然后更新:sudo aptitude update
- 使用
安裝方法
- 安裝
budgie-extras-common
:- 使用
apt-get
:sudo apt-get install budgie-extras-common
- 使用
apt
:sudo apt install budgie-extras-common
- 使用
aptitude
:sudo aptitude install budgie-extras-common
- 使用
卸載 budgie-extras-common
-
僅卸載
budgie-extras-common
包:sudo apt-get remove budgie-extras-common
或者使用
apt
:sudo apt remove budgie-extras-common
或者使用
aptitude
:sudo aptitude remove budgie-extras-common
-
卸載
budgie-extras-common
及其依賴項(不再需要的):sudo apt-get autoremove budgie-extras-common
或者使用
apt
:sudo apt autoremove budgie-extras-common
-
刪除
budgie-extras-common
配置和數據:
這篇文章沒有提供具體的命令,但通常可以通過刪除其配置文件目錄完成,例如:sudo rm -r /etc/budgie-extras
-
刪除
budgie-extras-common
配置、數據及所有依賴:
這篇文章也沒有提供具體的命令,但可以通過結合上述命令和刪除配置文件來實現。
請注意,這是學習筆記。如果你在安裝過程中遇到任何問題,請訪問 budgie-extras-common
的官方網站和 Debian 包存檔。