I am on x86_64 Centos 7. I need to install a Package.noarch, but dependencies must be 32 bit.
I cannot use:
yum install Package.i686 since there is no such thing.
Does anyone know how to tell yum to use specific arch for dependencies?
There are ~100 dependencies, so manual approach is not preferable.
dnfadds--forcearchthat probably does this, but that doesn't help you on centos.yum install ./Package.noarch... and any 32bits available dependencies will be installed too. There are ~ 1880 i686 packages in the repo : mirror.centos.org/centos/7.4.1708/os/x86_64/Packages ....