Update dpkg.md

dpkg uses system less pager to list the installed packages.
This commit is contained in:
Maciej Piechota 2020-04-25 16:26:00 +02:00 committed by Andrea Cardaci
parent 361c198d27
commit f6ccddda5c

View File

@ -9,4 +9,8 @@ functions:
fpm -n x -s dir -t deb -a all --before-install $TF/x.sh $TF
```
code: sudo dpkg -i x_1.0_all.deb
shell:
- code: |
dpkg -l
!/bin/sh
---