It is always advisable to read the latest updated ArchWiki articles.
Arch is a rolling release distro meaning that there are updates often every day. In order to have a properly functioning system you need to maintain and update your system regularly. Although, it is easy enough to run,
sudo pacman -Syu
to upgrade/update your system, there are best practices. Since, the Arch repo includes the latest versions of programs, occasionally one can have issues with dependencies. E.g., one application might require a version .X.2 of a program, but that program is now updated to .X.3. Thus, there are scenarios where a system update can break your system.
~/.config
once in a while.pacman -Qtd
, and remove them with pacman -Qtdq | pacman -Rns -
.You can check if there are any failed systemd services with,
systemctl --failed
and you can look for errors in the logs located at /var/log and errors with systemd journal,
journalctl -p 3 -b