Dependency issue while installing perl-Net-SNMP

5,504

This shows your yum server do not have all dependencies for perl-Net-SNMP that's why this showing dependency resolution error when you are installing perl-Net-SNMP first you need to install these dependency's manually from another repository after complition of dependency resolution/installtion you need to run this commond yum install perl-Net-SNMP

you can get this dependency's from pkgs.org,rpm.pbone.net and other repositories.

Share:
5,504

Related videos on Youtube

Quanticat
Author by

Quanticat

Are you funky enough ?

Updated on September 18, 2022

Comments

  • Quanticat
    Quanticat over 1 year

    When I tried installing perl-Net-SNMP, I get the dependency error below :

    # yum install perl-Net-SNMP
    
    ...
    
    --> Processing Dependency: perl(Digest::HMAC) for package: perl-Net-SNMP-5.2.0-4.el6.noarch
    --> Processing Dependency: perl(Digest::SHA1) for package: perl-Net-SNMP-5.2.0-4.el6.noarch
    --> Finished Dependency Resolution
    Error: Package: perl-Net-SNMP-5.2.0-4.el6.noarch (epel)
               Requires: perl(Digest::HMAC)
    Error: Package: perl-Net-SNMP-5.2.0-4.el6.noarch (epel)
               Requires: perl(Digest::SHA1)
     You could try using --skip-broken to work around the problem
     You could try running: rpm -Va --nofiles --nodigest
    
  • Quanticat
    Quanticat over 11 years
    I still have the same problem : pastebin.com/UVJ2Pyj2
  • Quanticat
    Quanticat over 11 years
    Is it installed now ? pastebin.com/zRVjDnx3
  • Logic Wreck
    Logic Wreck over 11 years
    Yes from what I see. You need also to check with a perl script by including this package there though.
  • user128296
    user128296 over 11 years
    you can download this rpm from these repositories using wget on terminal than install by rpm -ivh rpmname .
  • Quanticat
    Quanticat over 11 years
    # perldoc -l Net::SNMP /usr/local/share/perl5/Net/SNMP.pm Thank you !
  • Quanticat
    Quanticat over 11 years
    It's installed perfectly, thank you ! pastebin.com/MrjC8npn