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.

31 lines
653 B

7 years ago
dpkg-trigger
===
6 years ago
7 years ago
Debian Linux下的软件包触发器
## 补充说明
**dpkg-trigger命令** 是Debian Linux下的软件包触发器。
### 语法
```
dpkg-trigger(选项)(参数)
```
### 选项
```
--check-supported检查运行的dpkg是否支持触发器返回值为0则支持触发器。
--help显示帮助信息
--admindir=<目录>设置dpkg数据库所在的目录
--no-act仅用于测试不执行任何操作
--by-package=<软件包>:覆盖触发器等待者。
```
### 参数
触发器名:指定触发器名称。
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->