Translations:CheatSheet/6/en
From Manjaro
Views
Actions
Namespaces
Variants
Tools
Generates a random mirrorlist for the users and sort them by their current access time.
user $ sudo pacman-mirrors --fasttrack
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