From f2ad78e218f2067e1e484647c52646ad331ca741 Mon Sep 17 00:00:00 2001 From: Ben O'Hara Date: Sun, 17 Jun 2012 15:43:40 +1000 Subject: [PATCH] Documentation for dpkg module --- modules/dpkg/README.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 modules/dpkg/README.md diff --git a/modules/dpkg/README.md b/modules/dpkg/README.md new file mode 100644 index 00000000..85b6a5a3 --- /dev/null +++ b/modules/dpkg/README.md @@ -0,0 +1,42 @@ +Dpkg +==== + +Defines Dpkg aliases and functions + +Aliases +------- + +### General + + - `as` searches for a package. + - `ad` updates packages lists. + - `au` upgrades packages. + - `ai` installs package. + - `ar` removes package. + - `ap` prints pinning levels. + - `av` shows package info. + - `acs` searches for a package. + - `ac` cleans cache. + - `afs` finds a file's package. + - `debi` installs all deb files in the current directory + - `debc` creates a basic deb package + - `kclean` removes ALL kernel images and headers EXCEPT the one in use. + +Functions +--------- + + - `apt-copy` generate a script that can duplicate and apt based system + - `apt-history` displays dpkg history + - `dbb-build` makes a dpkg linux kernel package + +Authors +------- + +*The authors of this module should be contacted via the [issue tracker][1].* + + - [Sorin Ionescu](https://github.com/sorin-ionescu) + - [Daniel Bolton](https://github.com/dbb) + - [Benjamin Boudreau](https://github.com/dreur) + +[1]: https://github.com/sorin-ionescu/oh-my-zsh/issues +