在 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 包存档。