mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-30 18:17:57 +01:00
commit
23b293bb8e
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…
Reference in a new issue