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.

37 lines
520 B

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-preconfigure
===
Debian Linux中软件包安装之前询问问题
## 说明
**dpkg-preconfigure命令** 用于在Debian Linux中软件包安装之前询问问题。
### 语法
```
dpkg-preconfigure(选项)(参数)
```
```
-f选择使用的前端
-p感兴趣的最低的优先级问题
--apt在apt模式下运行。
```
### 参数
软件包:指定“.deb”软件包。
### 实例
导入debconf模板
```
dpkg-preconfigure /var/cache/apt/archives/mysql-server-5.5*.deb
```