Skip to content

Instantly share code, notes, and snippets.

@innyso
Last active May 9, 2020 12:02
Show Gist options
  • Save innyso/7814a184bfc5ecfabea1 to your computer and use it in GitHub Desktop.
Save innyso/7814a184bfc5ecfabea1 to your computer and use it in GitHub Desktop.
#linux #yum #package #show #versions

Get all version for a particular package in yum

yum --showduplicates list <package name> | expand
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment