You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1.0 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

dpkg-reconfigure
===
Debian Linux中重新配制一个已经安装的软件包
## 说明
**dpkg-reconfigure命令** 是Debian Linux中重新配置已经安装过的软件包可以将一个或者多个已安装的软件包传递给此指令它将询问软件初次安装后的配置问题
当用户需要再次对软件包配置的时候可以使用dpkg-reconfigure命令来对指定的软件包进行配置
## 选项
```
dpkg-reconfigure(选项)(参数)
```
```
-a重新配置所有的软件包
-u或--unseen-only仅显示未提过的问题
--default-priority使用默认优先级而非“低”级
--force强制执行操作需谨慎使用此选项
--no-reload不要轻易的重装模板使用时请慎重考虑
-f或--frontend指定 debconf 前端界面
-p或--priority指定要显示的问题的最优先级
--terse开启简要模式
```
### 参数
软件包名:需要重新配置的已安装的软件包
## 实例
用于配置语言:
```
sudo dpkg-reconfigure locales
```