diff --git a/pages/linux/dpkg.md b/pages/linux/dpkg.md new file mode 100644 index 0000000000..9c433a6fac --- /dev/null +++ b/pages/linux/dpkg.md @@ -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}}`