pacman is the default package manager for arch linux on the RPi
Install A Package
pacman -S packagename
AIf you get not found errors, ensure you have used "pacman -Syu" to update the system first.
Update Packages
Update list of current packages
pacman -Sy
Update all installed packages
pacman -Syu
