>>>>> On Tue, 26 Jan 2021 09:35:27 +0100, Reiner Schulz <[email protected]> >>>>> said:
> /usr/sbin/install_packages -Lv runs on error:
> install_packages: executing yum -y install -s at gcc perl ...
> ...
> Command line error: no such option: -s
For yum this could help:
yum -y update --setopt tsflags=test
yum deplist <package>

