I have installed this module using yum on a different Linux distribution without issues. But when I go to install this module on my CentOS 7.0 distro it says the package does not exist. Here is what I'm getting:
[root@server]# yum install perl-Net-SSH-Perl
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: mirror.supremebytes.com
* extras: centos.mirror.ndchost.com
* updates: centos-distro.cavecreek.net
No package perl-Net-SSH-Perl available.
Error: Nothing to do
I don't know if this is not available with this distro or what I might be missing. I tried many different package names as well, all of which say no package available. I'm specifically using this in perl:
Net::SSH::Expect
I am desperately depend on this to get my scripts working on this distro. Any help would be greatly appreciated. Thanks.