From 95a839921a485fc78042dcef9ab2f7a88391db9b Mon Sep 17 00:00:00 2001 From: dreur Date: Tue, 19 Jul 2011 19:32:50 -0700 Subject: [PATCH] Add archlinux plugin extra functions documentation --- Plugins.md | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/Plugins.md b/Plugins.md index 03806e6..694d807 100644 --- a/Plugins.md +++ b/Plugins.md @@ -32,7 +32,7 @@ Restart Apache: ## archlinux **Maintainer:** [Benjamin Boudreau](https://github.com/dreur) -### Enabled aliases for `pacman` (replace `pac` by `ya` for `yaourt`) +### Enabled [aliases](https://wiki.archlinux.org/index.php/Pacman_Tips) for `pacman` (replace `pac` by `ya` for `yaourt`) Install specific package(s) from the repositories pacin='sudo pacman -S' @@ -75,7 +75,25 @@ Install given package(s) as dependencies of another package Force refresh of all package lists after updating /etc/pacman.d/mirrorlist - pacmir='sudo pacman -Syy' + pacmir='sudo pacman -Syy' + +### Extra functions for package management in Archlinux + +List all installed packages with a short description - [Source](https://bbs.archlinux.org/viewtopic.php?id=93683) + + paclist + +List all orhpaned packages + + paclsorhpans + +Delete all orhpaned packages + + pacrmorhpans + +List all disowned files in your system + + pacdisowned | less +F ## Autojump