Trying to repair VirtualBox on CentOS Stream 8
by firehydrant from LinuxQuestions.org on (#6Q8MC)
I am trying to upgrade VirtualBox, downloaded VirtualBox-7.0-7.0.20_163906_el8-1.x86_64.rpm
Code:$ sudo yum localinstall ~/Downloads/VirtualBox-7.0-7.0.20_163906_el8-1.x86_64.rpm
Updating Subscription Management repositories.
Unable to read consumer identity
This system is not registered with an entitlement server. You can use subscription-manager to register.
Last metadata expiration check: 0:30:55 ago on Mon 26 Aug 2024 17:45:08 WEST.
Error:
Problem: conflicting requests
- nothing provides libQt5Help.so.5()(64bit) needed by VirtualBox-7.0-7.0.20_163906_el8-1.x86_64
- nothing provides libQt5Help.so.5(Qt_5)(64bit) needed by VirtualBox-7.0-7.0.20_163906_el8-1.x86_64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)Both '--skip-broken' and '--nobest' do not help. What do I do to fix that?
Code:$ sudo yum localinstall ~/Downloads/VirtualBox-7.0-7.0.20_163906_el8-1.x86_64.rpm
Updating Subscription Management repositories.
Unable to read consumer identity
This system is not registered with an entitlement server. You can use subscription-manager to register.
Last metadata expiration check: 0:30:55 ago on Mon 26 Aug 2024 17:45:08 WEST.
Error:
Problem: conflicting requests
- nothing provides libQt5Help.so.5()(64bit) needed by VirtualBox-7.0-7.0.20_163906_el8-1.x86_64
- nothing provides libQt5Help.so.5(Qt_5)(64bit) needed by VirtualBox-7.0-7.0.20_163906_el8-1.x86_64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)Both '--skip-broken' and '--nobest' do not help. What do I do to fix that?