diff options
author | bnewbold <bryan@octopart.com> | 2012-01-13 08:48:02 -0500 |
---|---|---|
committer | bnewbold <bryan@octopart.com> | 2012-01-13 08:48:16 -0500 |
commit | 89c044668fd29b626a92a9e423ce5c868ed8d74b (patch) | |
tree | d76589f42fe414a8349c45ebd9705f6172b61e3e /software | |
parent | 59afb68757fd581893441f1b477019e278eadfe6 (diff) | |
download | knowledge-89c044668fd29b626a92a9e423ce5c868ed8d74b.tar.gz knowledge-89c044668fd29b626a92a9e423ce5c868ed8d74b.zip |
more books, films, nz details, debian tweaks
Diffstat (limited to 'software')
-rw-r--r-- | software/debian.page | 4 |
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> |