How to Install and Uninstall libnet-openssh-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "libnet-openssh-perl" package

Please follow the step by step instructions below to install libnet-openssh-perl on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libnet-openssh-perl

2. Uninstall "libnet-openssh-perl" package

In this section, we are going to explain the necessary steps to uninstall libnet-openssh-perl on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libnet-openssh-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libnet-openssh-perl package on Ubuntu 21.10 (Impish Indri)

Package: libnet-openssh-perl
Architecture: all
Version: 0.80-1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 273
Depends: perl:any, openssh-client
Suggests: libio-pty-perl, libnet-sftp-foreign-perl
Filename: pool/universe/libn/libnet-openssh-perl/libnet-openssh-perl_0.80-1_all.deb
Size: 96836
MD5sum: dd749d7c825f1086072080acaa9ae302
SHA1: ecbe6a297cc27cb6b372803e648ad488c0746753
SHA256: 3c0b5ad661707002703f44788c379584159aed2cbdd6c59457c8cf674c663c33
SHA512: 806e0bccccf832c593ae0d452b9e1e73b3cc4c155b45c73b7b2a279ad63558ab779697e2c07c56006158e29feceaa36163063ef9e902ee38e3cc26a484613376
Homepage: https://metacpan.org/release/Net-OpenSSH
Description-en: Perl SSH client package implemented on top of OpenSSH
Net::OpenSSH is a secure shell client package implemented on top of the
OpenSSH binary client (ssh), leveraging the multiplexing feature found
in current versions of OpenSSH. That is, when a new Net::OpenSSH object
is created, ssh is run in master mode establishing a permanent
connection. Then, every time a new operation is requested, a new ssh
process is started in slave mode, reusing the master SSH
connection to send the request to the remote side. This makes
Net::OpenSSH very fast, as most of the latency of ssh is intrinsic to
the protocol.
.
If you like the API of other Perl SSH distributions like Net::SSH,
Net::SSH2 or Net::SSH::Perl, and would like to use them with
Net::OpenSSH, have a look at the libnet-openssh-compat-perl package.
Description-md5: e6746f5b94ef6022f9bfcd22b73c2c46