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
617 B

7 years ago
dpkg-preconfigure
===
6 years ago
7 years ago
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
```
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->