mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-13 22:15:42 +02:00
Pages: dpkg
This commit is contained in:
parent
9e731d11fb
commit
4a50dd2484
1 changed files with 19 additions and 0 deletions
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…
Add table
Reference in a new issue