Maintainance

Keep the system running smoothly

Update the system

You will want to update the system regularly to keep it up to date with the latest security patches and bug fixes. There is a built-in alias to make this easy. Just open a terminal and run:

update

This updates all your official repo packages along with any AUR packages you have installed.

Sometimes you want to update the system without updating the AUR packages. You can do this by running:

sudo pacman -Syu --noconfirm

Remove the --noconfirm flag to not skip the confirmation prompts.


System Snapshots

Automate system snapshot every time you update or install a package.

Last modified April 11, 2024: 04/11/24 14:27:15 (454a038)