Skip to content

Instantly share code, notes, and snippets.

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 rockstarartist/3bf1394e5ac784b565dd04c1ee9a7d6e to your computer and use it in GitHub Desktop.
Save rockstarartist/3bf1394e5ac784b565dd04c1ee9a7d6e to your computer and use it in GitHub Desktop.
Yum Shortcuts
## Remove all packages from the HDP-2.4 repository
yum remove $(yum list installed | grep HDP-2.4 | awk '{ print $1 }')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment