summaryrefslogtreecommitdiffstats
path: root/software
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2012-03-06 00:36:33 -0500
committerbnewbold <bnewbold@robocracy.org>2012-03-06 00:37:45 -0500
commit4766ded55444137bb30e6e23827f99c9cbed1c2a (patch)
tree7c5270992c824ec5cc413d7b9ce56830f8556739 /software
parent892c736b7c159947cfaa3d1fea88bc64b55372c9 (diff)
downloadknowledge-4766ded55444137bb30e6e23827f99c9cbed1c2a.tar.gz
knowledge-4766ded55444137bb30e6e23827f99c9cbed1c2a.zip
debian package tools
Diffstat (limited to 'software')
-rw-r--r--software/debian.page7
1 files changed, 4 insertions, 3 deletions
diff --git a/software/debian.page b/software/debian.page
index 1e9026f..e4c24f5 100644
--- a/software/debian.page
+++ b/software/debian.page
@@ -50,6 +50,7 @@ Some gotchas from installing debian a few times:
* To install emacs without an X environment, use ``emacs23-nox`` (or a more
recent version).
-find a package for a file: dpkg -S <file>
-
-find all files for a package: dpkg -L <package>
+Debian Package Tools
+------------------------------
+``dkpg -S somefile`` shows what packages a given file were installed by. ``dpkg
+-L somepackage`` lists all the files installed by that package.