RHEL will not resolve most dependencies automatically, as that is the purpose of the Enterprise aspect. You have to manage the dependencies yourself. We’ve all been in RHEL HELL once or twice. From: tayyab.humayl@xxxxxxxxx <tayyab.humayl@xxxxxxxxx>
Hi Team, I doing offline installation on RHEL 7.9, facing below issue, Any quick help will appreciated.
Error: Package: postgresql13-devel-13.13-1PGDG.rhel7.x86_64 (localrepo) Requires: llvm-toolset-7-clang >= 4.0.1 Error: Package: postgresql13-devel-13.13-1PGDG.rhel7.x86_64 (localrepo) Requires: perl(IPC::Run) Complete Message : yum install postgresql13-devel Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager Resolving Dependencies --> Running transaction check ---> Package postgresql13-devel.x86_64 0:13.13-1PGDG.rhel7 will be installed --> Processing Dependency: perl(Test::More) >= 0.87 for package: postgresql13-devel-13.13-1PGDG.rhel7.x86_64 --> Processing Dependency: llvm-toolset-7-clang >= 4.0.1 for package: postgresql13-devel-13.13-1PGDG.rhel7.x86_64 --> Processing Dependency: perl-Test-Simple for package: postgresql13-devel-13.13-1PGDG.rhel7.x86_64 --> Processing Dependency: perl(Test::More) for package: postgresql13-devel-13.13-1PGDG.rhel7.x86_64 --> Processing Dependency: perl(IPC::Run) for package: postgresql13-devel-13.13-1PGDG.rhel7.x86_64 --> Processing Dependency: libicu-devel for package: postgresql13-devel-13.13-1PGDG.rhel7.x86_64 --> Running transaction check ---> Package libicu-devel.x86_64 0:50.2-4.el7_7 will be installed ---> Package perl-Test-Simple.noarch 0:0.98-243.el7 will be installed --> Processing Dependency: perl(Test::Harness) >= 2.03 for package: perl-Test-Simple-0.98-243.el7.noarch ---> Package postgresql13-devel.x86_64 0:13.13-1PGDG.rhel7 will be installed --> Processing Dependency: llvm-toolset-7-clang >= 4.0.1 for package: postgresql13-devel-13.13-1PGDG.rhel7.x86_64 --> Processing Dependency: perl(IPC::Run) for package: postgresql13-devel-13.13-1PGDG.rhel7.x86_64 --> Running transaction check ---> Package perl-Test-Harness.noarch 0:3.28-3.el7 will be installed ---> Package postgresql13-devel.x86_64 0:13.13-1PGDG.rhel7 will be installed --> Processing Dependency: llvm-toolset-7-clang >= 4.0.1 for package: postgresql13-devel-13.13-1PGDG.rhel7.x86_64 --> Processing Dependency: perl(IPC::Run) for package: postgresql13-devel-13.13-1PGDG.rhel7.x86_64 --> Finished Dependency Resolution Error: Package: postgresql13-devel-13.13-1PGDG.rhel7.x86_64 (localrepo) Requires: llvm-toolset-7-clang >= 4.0.1 Error: Package: postgresql13-devel-13.13-1PGDG.rhel7.x86_64 (localrepo) Requires: perl(IPC::Run) ********************************************************************** yum can be configured to try to resolve such errors by temporarily enabling disabled repos and searching for missing dependencies. To enable this functionality please set 'notify_only=0' in /etc/yum/pluginconf.d/search-disabled-repos.conf ********************************************************************** Error: Package: postgresql13-devel-13.13-1PGDG.rhel7.x86_64 (localrepo) Requires: llvm-toolset-7-clang >= 4.0.1 Error: Package: postgresql13-devel-13.13-1PGDG.rhel7.x86_64 (localrepo) Requires: perl(IPC::Run) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles –nodigest Tayyab |