From 4a50dd2484f7a9426f31d9b101a486b226c89f2f Mon Sep 17 00:00:00 2001 From: Like-all Date: Tue, 29 Apr 2014 01:19:22 +0400 Subject: [PATCH] Pages: dpkg --- pages/linux/dpkg.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pages/linux/dpkg.md 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}}`