Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
arch_package_managers [2020/12/29 02:09] – external edit 127.0.0.1 | arch_package_managers [2024/03/18 07:58] (current) – [How to Install an AUR helper] tmaier | ||
---|---|---|---|
Line 11: | Line 11: | ||
* File list of package: '' | * File list of package: '' | ||
* Which package owns a file: '' | * Which package owns a file: '' | ||
- | * Which f owns a file: '' | ||
* What does pkg depend on: '' | * What does pkg depend on: '' | ||
* What depends on pkg: '' | * What depends on pkg: '' | ||
Line 20: | Line 19: | ||
* Downgrade package: '' | * Downgrade package: '' | ||
- | ==== How to Install an AUR helper ==== | + | ===== Reflector ===== |
+ | '' | ||
+ | |||
+ | |||
+ | ===== How to Install an AUR helper | ||
=== package-query === | === package-query === | ||
Line 36: | Line 39: | ||
cd yay | cd yay | ||
makepkg -si | makepkg -si | ||
+ | cd .. | ||
rm -rf yay/ | rm -rf yay/ | ||
</ | </ | ||
- | ==== Delete cached files ==== | + | ===== Delete cached files ===== |
- | === pacman === | + | ==== pacman |
Deletes cached versions of installed and uninstalled packages, except for the most recent 2: | Deletes cached versions of installed and uninstalled packages, except for the most recent 2: | ||
< | < | ||
Line 48: | Line 52: | ||
< | < | ||
- | === yay === | + | ==== yay ==== |
Remove cached AUR package and any untracked Files in the cache (caution: this command removes pacman caches as well): | Remove cached AUR package and any untracked Files in the cache (caution: this command removes pacman caches as well): | ||
- | < | + | < |