translator
1,001
edits
(Erweitern) |
(Wartung) |
||
Line 23: | Line 23: | ||
{{UserCmd|command=pamac remove PackageName}} | {{UserCmd|command=pamac remove PackageName}} | ||
=== | === Maintenance === | ||
Generate cache list {{UserCmd|command=du -sh ~/.cache/*}} | |||
Purge files not accessed in 100 days {{UserCmd|command=find ~/.cache/ -type f -atime +100 -delete}} | |||
Report journal current size {{UserCmd|command=journalctl --disk-usage}} | |||
Remove but recent entries by size or time {{UserCmd|command=journalctl --vacuum-size=50M}} {{UserCmd|command=journalctl --vacuum-time=2weeks}} | |||
Check for orphaned packages {{UserCmd|command=pamac list -o }} | |||
Remove all orphans {{UserCmd|command=pamac remove -o }} | |||
Remove all packages except the latest 3 versions {{UserCmd|command=pamac clean --keep 3}} | |||
=== Your sub title === | === Your sub title === | ||
=== Your sub title === | === Your sub title === |