Skip to content

Instantly share code, notes, and snippets.

@tkuchiki
Last active August 29, 2015 13:57
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 tkuchiki/9543025 to your computer and use it in GitHub Desktop.
Save tkuchiki/9543025 to your computer and use it in GitHub Desktop.
yum
# rpm をダウンロードするだけ
yum install --downloadonly --downloaddir=/path/to/dir
# 依存関係を考慮して削除
yum install yum-plugin-remove-with-leaves
yum remove --remove-leaves PACKAGE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment