Managing Trash
A guide to managing the Trash directory in Aegix Linux using the command line.
less than a minute
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.
A guide to managing the Trash directory in Aegix Linux using the command line.
Automate system snapshot every time you update or install a package.