You may use pacman
to install packages in your Arch
To install packages you need to use pacman -S <pkgname>
. For example to install Firefox:
pacman -S firefox
You can also install many packages once, for example:
pacman -S firefox git ruby keepassxc
Remember that you need root privileges to install apps with pacman