Can an rpm be installed during the installation of another rpm?
Apparently - but there is (imho) no need to.
If multiple rpms are needed, and you can not use a "Requires" to solve the issue, it is better to use something like yum with a group.
IE -
yum groupinstall foobar
with a properly defined groups.xml file that includes the packages you want installed in a single command that can not be done with normal yum dependency resolution.
That is a better solution imho.
_______________________________________________ Rpm-list mailing list Rpm-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/rpm-list