pacman
Installing specific packages # pacman -S package_name1 package_name2 … To install a list of packages with regex # pacman -S $(pacman -Ssq package_regex) To install the version from the extra repository # pacman -S extra/package_name To install a number of packages sharing similar patterns in their names one can use …