Pages: dpkg
This commit is contained in:
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}}`
|
Reference in New Issue
Block a user