This is a video about how to maintain your Arch Linux distribution and keep it stable at all times.
The Arch Linux update indicator: https://linuxctrl.com/2022/01/10/gnom...
Commands used in this tutorial are:
sudo pacman -Syu (update)
yay -Syu
sudo pacman -Sc (clean cache)
yay -Sc
yay -Yc (unwanted dependicies)
pacman -Qtdq (check orphan)
su
pacman -Qdtq | pacman -Rns (delete orphan)
rm -rf .cache/* (from Home)
sudo journalctl --vacuum-time=2weeks