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