Archives: May 2015
1 article
Pacman: use regex to install multiple packages
Say I want to install all the packages starting with 'festival'. Using a wildcard throws an error, as well as using a regex, quoted or not: And it is perfectly normal... since this is not implemented! One solution is to pipe the result of a search query, which does support regex: