How to Install and Uninstall libnet-openssh-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "libnet-openssh-perl" package

This tutorial shows how to install libnet-openssh-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libnet-openssh-perl" package

Please follow the steps below to uninstall libnet-openssh-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libnet-openssh-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libnet-openssh-perl
Priority: optional
Section: universe/perl
Installed-Size: 259
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.70-1
Depends: perl, openssh-client
Suggests: libio-pty-perl, libnet-openssh-gateway-perl, libnet-sftp-foreign-perl
Filename: pool/universe/libn/libnet-openssh-perl/libnet-openssh-perl_0.70-1_all.deb
Size: 91742
MD5sum: 6af2f47df2214d96d3217fc0a7baeb48
SHA1: c8b833dd9b71ba135d08fbd9a1afa2aa2e7317a7
SHA256: d0daf93bf64a66432e542e75335cea746a95474b7f96b3c87efd58b2803f60c5
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
Homepage: https://metacpan.org/release/Net-OpenSSH
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu