Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| arch_package_managers [2020/06/14 16:48] – created tmaier | arch_package_managers [2024/03/18 07:58] (current) – [How to Install an AUR helper] tmaier | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Arch Package Managers ====== | ====== Arch Package Managers ====== | ||
| - | ===== AUR ===== | + | ===== Pacman |
| + | * Upgrade everything: '' | ||
| + | * Install package: '' | ||
| + | * Search packages: '' | ||
| + | * Remove package | ||
| + | * '' | ||
| + | * '' | ||
| + | * Modified files in package: '' | ||
| + | * File list of package: '' | ||
| + | * Which package owns a file: '' | ||
| + | * What does pkg depend on: '' | ||
| + | * What depends on pkg: '' | ||
| + | * List unneeded packages: '' | ||
| + | * List explictly-installed packages: '' | ||
| + | * List information on package: '' | ||
| + | * Search installed packages for keywords: '' | ||
| + | * Downgrade package: '' | ||
| - | ==== How to Install an AUR helper ==== | + | ===== Reflector ===== |
| + | '' | ||
| + | |||
| + | |||
| + | ===== How to Install an AUR helper | ||
| === package-query === | === package-query === | ||
| Line 19: | Line 39: | ||
| cd yay | cd yay | ||
| makepkg -si | makepkg -si | ||
| + | cd .. | ||
| rm -rf yay/ | rm -rf yay/ | ||
| </ | </ | ||
| + | ===== Delete cached files ===== | ||
| + | ==== pacman ==== | ||
| + | Deletes cached versions of installed and uninstalled packages, except for the most recent 2: | ||
| + | < | ||
| + | |||
| + | Remove package cache and currently unused sync databases: | ||
| + | < | ||
| + | |||
| + | ==== yay ==== | ||
| + | Remove cached AUR package and any untracked Files in the cache (caution: this command removes pacman caches as well): | ||
| + | < | ||