Skip to content

Instantly share code, notes, and snippets.

@tkuchiki
Created November 28, 2013 05:25
Show Gist options
  • Save tkuchiki/7687626 to your computer and use it in GitHub Desktop.
Save tkuchiki/7687626 to your computer and use it in GitHub Desktop.
yumdownloader
# install yumdownloader
yum install -y yum-utils
# download rpm
yumdownload PACKAGE
# download src rpm
yumdownload --source PACKAGE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment