Skip to content

Instantly share code, notes, and snippets.

@marshallmick007
Last active January 28, 2017 21:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marshallmick007/5a9c23f14a02e4eb11e3be4d91ecc955 to your computer and use it in GitHub Desktop.
Save marshallmick007/5a9c23f14a02e4eb11e3be4d91ecc955 to your computer and use it in GitHub Desktop.

Install Packages a batch at a time on Arch Linux

sudo pacman -S `pacoutdated |  cut -d ' ' -f 1 | head -n 10 | tr '\n' ' '`

Install all libs

 sudo pacman -S `pacoutdated | grep "^lib" | cut -d ' ' -f 1 | tr '\n' ' '`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment