yum updateinfo from specific repository only

Posted on

Hello,

I wanted to print the list of advisories available in given repository without any relation to currently installed packages ..

example use case:

I mounted an RHEL 8 ISO into /var/tmp/mnt and I want to list the advisories just from this path similarly like this

yum --repofrompath InstallMedia,/var/tmp/mnt updateinfo -qv --list --all --disablerepo * --enablerepo InstallMedia

in other words - I wanted to check a specific offline repository what advisories it contains

thanks and regards, ~dan

Responses