Software Update from RHEL 7.4 to RHEL 7.5 Fails
Hi Folks,
The simple "Software Update" to take my RHEL 7.4 machine to RHEL 7.5 failed. I've never seen that before. The error message read:
gnome-classic-session-3.26.2-3.el7.noarch requires gnome-shell-extension-top-icons = 3.26.2-3.el7 : Multilib version problems found. This often means that the root
Any ideas??
StuckOnRHEL7.4
Responses
hello,
have the same problem and have canceled the update. The package deleted and started the update, now I miss the icons and the taskbar
Hi Chris,
rhn-client-tools-2.0.2-21.el7.noarch.rpm
A package which name ends with src.rpm is meant to be used to build new binary rpm's using rpmbuild.
E.g. if you wish to make some specific changes:
you first install the source rpm
make the minor changes
change the release number in the ...spec file
rebuild the binary rpm's
Be aware: your changes are not support by Red Hat.
Regards,
Jan Gerrit Kootstra
Hi Chris,
You can download gnome-shell-extension-top-icons-3.26.2-3.el7.noarch using Red Hat Package Browser and install it manually. :)
Regards,
Christian
Hi Chris,
To be honest, all this seems weird, the packages are available in the repositories. What you can try is to download all gnome-shell related packages which are reported in the dependency warning message, put them into one folder, change to that directory and execute sudo yum install *.rpm. If that also doesn't work, you should consider to perform a fresh installation of RHEL 7.5. :)
Regards,
Christian
Hi Chris,
One additional idea ... do you possibly have only the basic repository enabled ? That could be the root cause - so if yes - execute :
sudo subscription-manager repos --enable rhel-7-server-extras-rpmssudo subscription-manager repos --enable rhel-7-server-optional-rpms
Replace "server" with "desktop" or "workstation" when you use one the these RHEL editions.
Then execute : sudo yum clean all | sudo rm -r /var/cache/yum | sudo yum update
Regards,
Christian
Hi Chris,
By the way, in case it was the information about the additional repositories having to be enabled which helped to
solve the problem ... I have answered a question from another user who has the same problem and I would like to inform him that this solution lead to the wanted results (in case it was that one, of course). Thanks in advance ! :)
Regards,
Christian
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
