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

Last updated: May 17,2024

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

Here is a brief guide to show you how to install libnet-smtp-server-perl on Kali Linux

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

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

This guide covers the steps necessary to uninstall libnet-smtp-server-perl on Kali Linux:

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

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

Package: libnet-smtp-server-perl
Version: 1.1-7
Installed-Size: 56
Maintainer: Debian Perl Group
Architecture: all
Depends: libnet-dns-perl, perl:any
Size: 17120
SHA256: 0a0dadc3768e02d2666f7f30863b59a0edeeb14ef5d26526bd8a5fc6f23b2c4b
SHA1: 288ad06e0657fa551f7d61eb87ee3d2080fc9877
MD5sum: 3f9ffce2ef49123cc047272856d942c7
Description: native Perl SMTP Server implementation for Perl
The Net::SMTP::Server module implements an RFC 821 compliant SMTP
server, completely in Perl. It's extremely extensible, so adding in
things like spam filtering, or more advanced routing and handling
features can be easily handled. An additional module,
Net::SMTP::Server::Relay has also been implemented as an example of
just one application of this extensibility. See the pod for more
details on that module. This extension has been tested on both Unix
and Win32 platforms.
.
Creating a new server is as trivial as:
.
$server = new Net::SMTP::Server($host, $port);
.
This creates a new SMTP::Server. Both $host and $port are optional,
and default to the current hostname and the standard SMTP port (25).
However, if you run on a multi-homed machine, you may want to
explicitly specify which interface to bind to.
Description-md5:
Homepage: https://metacpan.org/release/SMTP-Server
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libn/libnet-smtp-server-perl/libnet-smtp-server-perl_1.1-7_all.deb