mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-12-28 11:22:08 +03:00
Pages: dpkg
This commit is contained in:
parent
9e731d11fb
commit
4a50dd2484
19
pages/linux/dpkg.md
Normal file
19
pages/linux/dpkg.md
Normal 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}}`
|
Loading…
Reference in New Issue
Block a user