1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-12 14:35:40 +02:00

Pages: dpkg

This commit is contained in:
Like-all 2014-04-29 01:19:22 +04:00
parent 9e731d11fb
commit 4a50dd2484

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}}`