**sudo yum -y install foreman-installer
Error: Package: policycoreutils-python-2.5-22.el7.x86_64 (base)
Requires: policycoreutils = 2.5-22.el7
Installed: policycoreutils-2.5-29.el7.x86_64 (@anaconda)
policycoreutils = 2.5-29.el7
Available: policycoreutils-2.5-22.el7.x86_64 (base)
policycoreutils = 2.5-22.el7
Error: Package: glibc-2.17-222.el7.i686 (base)
Requires: glibc-common = 2.17-222.el7
Installed: glibc-common-2.17-260.el7.x86_64 (@anaconda)
glibc-common = 2.17-260.el7
Available: glibc-common-2.17-222.el7.x86_64 (base)
glibc-common = 2.17-222.el7
Error: Package: audit-libs-python-2.8.1-3.el7.x86_64 (base)
Requires: audit-libs(x86-64) = 2.8.1-3.el7
Installed: audit-libs-2.8.4-4.el7.x86_64 (@anaconda)
audit-libs(x86-64) = 2.8.4-4.el7
Available: audit-libs-2.8.1-3.el7.x86_64 (base)
audit-libs(x86-64) = 2.8.1-3.el7
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest**
Sucessful Install
1.20
Foreman and Proxy plugin versions:
Other relevant data:
Unable to move past the installer step due to dependencies. I’ve successfully installed all the correct repos in the Centos 7 procedure in this link. Foreman :: Manual
Hello,
I see that the problematic packages you have installed seem to come from the @anaconda “repo” - which isn’t really a repo but rather indicates packages that were installed by anaconda when the system was provisioned. Perhaps you are using a centos image that contains newer packages than those shipped in the base repo?
I would suggest trying to downgrade all these packages to the version available in the base repo and trying again.
Actually, looking at the centos repo (http://mirror.centos.org/centos/7.6.1810/os/x86_64/Packages/) looks like the packages anaconda installed are the latest, but for some reason your base repo contains older versions. are you sure that repo is pointing to the correct centos repo? perhaps you have an out of date mirror that is causing the conflicts?
All the versions I have installed are the latest if you look at the actual installed version. Our mirror is updated hourly. I double checked and it looks up to date. Thanks for your help!