Created
October 7, 2018 19:07
-
-
Save gdm/4508cc3d64fc342b42a1056fcbdf0812 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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