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

Last updated: May 13,2024

1. Install "libnet-smtp-ssl-perl" package

Please follow the instructions below to install libnet-smtp-ssl-perl on Kali Linux

$ sudo apt update $ sudo apt install libnet-smtp-ssl-perl

2. Uninstall "libnet-smtp-ssl-perl" package

This tutorial shows how to uninstall libnet-smtp-ssl-perl on Kali Linux:

$ sudo apt remove libnet-smtp-ssl-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libnet-smtp-ssl-perl
Version: 1.04-2
Installed-Size: 20
Maintainer: Debian Perl Group
Architecture: all
Depends: libio-socket-ssl-perl, perl:any
Recommends: libauthen-sasl-perl
Size: 6548
SHA256: 7688f64b65c9679449790e8bcdbbed849269caf3b607c7b39c447be10db177c5
SHA1: 9a07bb624cc16d01c7b4a41843c2616e1a0ed628
MD5sum: bc88afdee56c7a0860e023e455b8b8f0
Description: Perl module providing SSL support to Net::SMTP
Net::SMTP::SSL implements the same API as Net::SMTP, but uses IO::Socket::SSL
for its network operations. Due to the nature of Net::SMTP's new method, it is
not overridden to make use of a default port for the SMTPS service. Perhaps
future versions will be smart like that. Port 465 is usually what you want,
and it's not a pain to specify that.
.
This package is deprecated. Net::SMTP (in perl core) has support for SMTP
over SSL, and also for STARTTLS, since version 1.28 (included in Perl 5.22).
Description-md5:
Homepage: https://metacpan.org/release/Net-SMTP-SSL
Tag: devel::lang:perl, devel::library, implemented-in::perl, protocol::smtp,
protocol::ssl, role::devel-lib, role::program, works-with::mail
Section: perl
Priority: optional
Filename: pool/main/libn/libnet-smtp-ssl-perl/libnet-smtp-ssl-perl_1.04-2_all.deb