I was asked by my team to install the SNMP Perl module on our installation. When I try and install it (ppm install SNMP) it doesn't seem to know about the existence of the module:
ppm install failed: Can't find any package that provides SNMP
I do see it in CPAN: https://metacpan.org/pod/SNMP
Does PPM not support SNMP? If so, should I just install via CPAN instead?