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

Last updated: May 18,2024

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

Please follow the guidance below to install libnet-smtp-server-perl on Ubuntu 21.10 (Impish Indri)

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

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

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

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

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

Package: libnet-smtp-server-perl
Architecture: all
Version: 1.1-6
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 55
Depends: libnet-dns-perl, perl
Filename: pool/universe/libn/libnet-smtp-server-perl/libnet-smtp-server-perl_1.1-6_all.deb
Size: 16470
MD5sum: 9f0de5a563ecdedd228724d24eb625fe
SHA1: 41d9470de30690798dd076231dbd44e99893835f
SHA256: ec6b5f9926a6d6277cc2be4e8482bdf0dc62c7f9317544c3e5ef6c1773abb4a5
SHA512: bc642034caf90c7d6f642529613c0ba5c32a48500a4b6cd56d8391c586983fb5ce0e525c19121caf574bacb510d211ca0758cdd205df95e092598a397f3f4466
Homepage: https://metacpan.org/release/SMTP-Server
Description-en: 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: 41c1c91538bbd7c7c24d36eb1d7ca28f