Difference between revisions of "CheatSheet"
From Manjaro
Views
Actions
Namespaces
Variants
Tools
(Teil 1) |
(AUR) |
||
Line 26: | Line 26: | ||
Remove all packages except the latest 3 versions {{UserCmd|command=pamac clean --keep 3}} | Remove all packages except the latest 3 versions {{UserCmd|command=pamac clean --keep 3}} | ||
=== | === AUR === | ||
Search for packages {{UserCmd|command=pamac search -a PackageName}} | |||
Build the package{{UserCmd|command=pamac build PackageName}} | |||
=== Your sub title === | === Your sub title === | ||
=== Your sub title === | === Your sub title === |
Revision as of 17:26, 4 February 2022
CheatSheet for Manjaro
The original startet with a thread at https://forum.manjaro.org/t/manjaro-cli-cheat-sheet/101305/3
Locating and Installing Packages
Update mirrorlist with the fastest mirrors
user $ sudo pacman-mirrors --fasttrack && sudo pacman -Syyu
root # pacman-mirrors --fasttrack && pacman -Syyu
Check if updates are available
user $ pamac checkupdates -a
Update all installed packages
user $ pamac upgrade -a
Search available packages
user $ pamac search PackageName
Install packages
user $ pamac install PackageName
Uninstall packages
user $ pamac remove PackageName
Maintenance
Generate cache list
user $ du -sh ~/.cache/*
Purge files not accessed in 100 days
user $ find ~/.cache/ -type f -atime +100 -delete
Report journal current size
user $ journalctl --disk-usage
Remove but recent entries by size or time
user $ journalctl --vacuum-size=50M
user $ journalctl --vacuum-time=2weeks
Check for orphaned packages
user $ pamac list -o
Remove all orphans
user $ pamac remove -o
Remove all packages except the latest 3 versions
user $ pamac clean --keep 3
AUR
Search for packages
user $ pamac search -a PackageName
Build the package
user $ pamac build PackageName
Your sub title
Your sub title
Your sub title
Your sub title
Your sub title
Your sub title
Your sub title
Your sub title
Your sub title 2
user $ example command should be here
Example codes should be here.
See Also
Example Link Title example text