How To Install perl-Net-OpenSSH on Rocky Linux 8
Introduction
In this tutorial we learn how to install perl-Net-OpenSSH
on Rocky Linux 8.
What is perl-Net-OpenSSH
Net binary client (ssh).
We can use yum
or dnf
to install perl-Net-OpenSSH
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Net-OpenSSH.
Install perl-Net-OpenSSH on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install perl-Net-OpenSSH
using dnf
by running the following command:
sudo dnf -y install perl-Net-OpenSSH
Install perl-Net-OpenSSH on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install perl-Net-OpenSSH
using yum
by running the following command:
sudo yum -y install perl-Net-OpenSSH
How To Uninstall perl-Net-OpenSSH on Rocky Linux 8
To uninstall only the perl-Net-OpenSSH
package we can use the following command:
sudo dnf remove perl-Net-OpenSSH
perl-Net-OpenSSH Package Contents on Rocky Linux 8
/usr/share/doc/perl-Net-OpenSSH
/usr/share/doc/perl-Net-OpenSSH/Changes
/usr/share/doc/perl-Net-OpenSSH/README
/usr/share/doc/perl-Net-OpenSSH/examples
/usr/share/doc/perl-Net-OpenSSH/examples/autosudo.pl
/usr/share/doc/perl-Net-OpenSSH/examples/change_passwd.pl
/usr/share/doc/perl-Net-OpenSSH/examples/expect.pl
/usr/share/doc/perl-Net-OpenSSH/examples/git_ssh_through_mux.pl
/usr/share/doc/perl-Net-OpenSSH/examples/git_with_password.pl
/usr/share/doc/perl-Net-OpenSSH/examples/keep_in_sync.pl
/usr/share/doc/perl-Net-OpenSSH/examples/login_handler.pl
/usr/share/doc/perl-Net-OpenSSH/examples/mod_perl_openssh.pm
/usr/share/doc/perl-Net-OpenSSH/examples/net-telnet.pl
/usr/share/doc/perl-Net-OpenSSH/examples/password_from_data.pl
/usr/share/doc/perl-Net-OpenSSH/examples/sshfs_mount.pl
/usr/share/man/man3/Net::OpenSSH.3pm.gz
/usr/share/man/man3/Net::OpenSSH::ConnectionCache.3pm.gz
/usr/share/man/man3/Net::OpenSSH::Constants.3pm.gz
/usr/share/man/man3/Net::OpenSSH::OSTracer.3pm.gz
/usr/share/man/man3/Net::OpenSSH::SSH.3pm.gz
/usr/share/man/man3/Net::OpenSSH::ShellQuoter::MSCmd.3pm.gz
/usr/share/man/man3/Net::OpenSSH::ShellQuoter::MSWin.3pm.gz
/usr/share/perl5/vendor_perl/Net
/usr/share/perl5/vendor_perl/Net/OpenSSH
/usr/share/perl5/vendor_perl/Net/OpenSSH.pm
/usr/share/perl5/vendor_perl/Net/OpenSSH/ConnectionCache.pm
/usr/share/perl5/vendor_perl/Net/OpenSSH/Constants.pm
/usr/share/perl5/vendor_perl/Net/OpenSSH/ModuleLoader.pm
/usr/share/perl5/vendor_perl/Net/OpenSSH/OSTracer.pm
/usr/share/perl5/vendor_perl/Net/OpenSSH/ObjectRemote.pm
/usr/share/perl5/vendor_perl/Net/OpenSSH/SSH.pm
/usr/share/perl5/vendor_perl/Net/OpenSSH/ShellQuoter
/usr/share/perl5/vendor_perl/Net/OpenSSH/ShellQuoter.pm
/usr/share/perl5/vendor_perl/Net/OpenSSH/ShellQuoter/Chain.pm
/usr/share/perl5/vendor_perl/Net/OpenSSH/ShellQuoter/MSCmd.pm
/usr/share/perl5/vendor_perl/Net/OpenSSH/ShellQuoter/MSWin.pm
/usr/share/perl5/vendor_perl/Net/OpenSSH/ShellQuoter/POSIX.pm
/usr/share/perl5/vendor_perl/Net/OpenSSH/ShellQuoter/csh.pm
/usr/share/perl5/vendor_perl/Net/OpenSSH/ShellQuoter/fish.pm
References
Summary
In this tutorial we learn how to install perl-Net-OpenSSH
on Rocky Linux 8 using yum and dnf.