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

Last updated: May 18,2024

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

Please follow the step by step instructions below to install libnet-smtp-server-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

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

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

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

Package: libnet-smtp-server-perl
Priority: optional
Section: universe/perl
Installed-Size: 55
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.1-6
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
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
Homepage: https://metacpan.org/release/SMTP-Server
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu