1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-30 18:17:57 +01:00

Merge pull request #193 from Like-all/master

Pages: dpkg
This commit is contained in:
Romain Prieto 2014-05-13 09:10:20 +10:00
commit 23b293bb8e

19
pages/linux/dpkg.md Normal file
View file

@ -0,0 +1,19 @@
#dpkg
> debian package manager
- install a package
`dpkg -i {{/path/to/file}}`
- remove a package
`dpkg -r {{package_name}}`
- list installed packages
`dpkg -l {{pattertn}}`
- list package contents
`dpkg -L {{package_name}}`