How to Install and Uninstall libnet-openssh-perl Package on Kali Linux

Last updated: September 20,2024

1. Install "libnet-openssh-perl" package

Please follow the guidelines below to install libnet-openssh-perl on Kali Linux

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

2. Uninstall "libnet-openssh-perl" package

Please follow the guidance below to uninstall libnet-openssh-perl on Kali Linux:

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

3. Information about the libnet-openssh-perl package on Kali Linux

Package: libnet-openssh-perl
Version: 0.84-1
Installed-Size: 285
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, openssh-client
Recommends: libmoo-perl
Suggests: libanyevent-perl, libio-pty-perl, libnet-sftp-foreign-perl, libobject-remote-perl
Size: 107200
SHA256: 3b2088cd709335c0c5dcfd9b7baf9706abc8438c4ba534fe9012d06b10e323d4
SHA1: dcdc88111b3598a712a901bc5973bf451a61f02a
MD5sum: 39b7bde38054559024c5d1922dfb3425
Description: 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:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Net-OpenSSH
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libn/libnet-openssh-perl/libnet-openssh-perl_0.84-1_all.deb