Arch Linux is a distribution of Linux which follows a rolling-release model. This means the packages closely follow the latest upstream versions of the software. The default installation is a minimal base system, configured by the user to only add what is purposely required. It has the latest stable versions of most software.
Pacman
Pacman is the Arch Linux package manager.
For example to install vim:
pacman -Syu vim