Error: Problem: conflicting requests - nothing provides system-logos-httpd needed by httpd-2.4.37-30.module+el8.3.0+7001+0766b9e7.x86_64 (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)

Latest response

yum install httpd -y

Updating Subscription Management repositories.
Unable to read consumer identity

This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.

Last metadata expiration check: 0:00:17 ago on Fri 21 May 2021 07:30:12 AM IST.
Error:
Problem: conflicting requests
- nothing provides system-logos-httpd needed by httpd-2.4.37-30.module+el8.3.0+7001+0766b9e7.x86_64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)

PLease anyone can help help me about this...

Responses

Hi alla, The dependency is provided by "redhat-logos-httpd" package in the BaseOS repository. Please check if the package is installed on the host. And, check if the RHEL8 BaseOS repository is configured in the yum configuration.

Hi Alla Bakash Shaik,

Message : "This system is not registered to Red Hat Subscription Management."
This means that you have to register the system and attach your subscription. :)

Un-register the system :

sudo subscription-manager remove --all
sudo subscription-manager unregister
sudo subscription-manager clean

Re-register the system :

sudo subscription-manager register
sudo subscription-manager refresh

Search for the Pool ID :

sudo subscription-manager list --available

Attach the subscription :

sudo subscription-manager attach --pool=<Pool-ID>

Cleanup dnf and cache :

sudo dnf clean all
sudo rm -r /var/cache/dnf

Update the resources :

sudo dnf upgrade

Regards,
Christian

Alla Bakash Shaik,

Please try the tips from Christian and Masahiro Matsuya. Additionally, evaluate if you have any non-Red Hat repositories in /etc/yum.repos.d (I'm assuming you are actually using Red Hat Linux based on the tags you added to your original post)

Make sure to run Christian's dnf commands to ensure you're getting the proper repository data. Again, please see the other posts from Christian and Masahiro Matsuya.

Regards,
RJ