sudo pacman -Syu # Update and upgrade system packagessudo pacman -S package_name # Install a new packagesudo pacman -R package_name # Remove a packagesudo pacman -Rn package_name # Remove along with backup-ed config filessudo pacman -Rsu package_name # Remove along with dependencies
If you do not have wget on your machine, you can install like so: