Skip to content

Instantly share code, notes, and snippets.

@gdm
Created October 7, 2018 19:07
Show Gist options
  • Select an option

  • Save gdm/4508cc3d64fc342b42a1056fcbdf0812 to your computer and use it in GitHub Desktop.

Select an option

Save gdm/4508cc3d64fc342b42a1056fcbdf0812 to your computer and use it in GitHub Desktop.
List deptree
for i in `rpm -qa` ; do echo "Package [$i]:"; rpm -q --requires $i ; echo ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment