summaryrefslogtreecommitdiffstats
path: root/software/debian.page
diff options
context:
space:
mode:
Diffstat (limited to 'software/debian.page')
-rw-r--r--software/debian.page4
1 files changed, 4 insertions, 0 deletions
diff --git a/software/debian.page b/software/debian.page
index 0bbb2ff..1e9026f 100644
--- a/software/debian.page
+++ b/software/debian.page
@@ -49,3 +49,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>