Created
May 5, 2017 17:56
-
-
Save mbukatov/0fadf4d51f5ab4934236c2b26f34c9ec to your computer and use it in GitHub Desktop.
list all rpm package names from given repourl
This file contains 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
$ repoquery --repofrompath="tendrl-deps,https://copr-be.cloud.fedoraproject.org/results/tendrl/dependencies/epel-7-x86_64/" --repoid=tendrl-deps --all --qf='%{name}' | |
ansible | |
gstatus | |
gstatus-debuginfo | |
hwinfo | |
hwinfo-debuginfo | |
hwinfo-devel | |
libx86emu-debuginfo | |
libx86emu-devel | |
libx86emu1 | |
python-etcd | |
python-gdeploy | |
python-maps | |
python-ruamel-yaml-debuginfo | |
python2-dns | |
python2-ruamel-yaml | |
rubygem-bundler | |
rubygem-bundler-doc | |
rubygem-etcd | |
rubygem-etcd-doc | |
rubygem-minitest | |
rubygem-minitest-doc | |
rubygem-mixlib-log | |
rubygem-mixlib-log-doc | |
rubygem-puma | |
rubygem-puma-debuginfo | |
rubygem-puma-doc | |
rubygem-sinatra | |
rubygem-sinatra-doc | |
rubygem-tilt | |
rubygem-tilt-doc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment