How to Install and Uninstall libsms-send-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 07,2024

1. Install "libsms-send-perl" package

This guide let you learn how to install libsms-send-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libsms-send-perl

2. Uninstall "libsms-send-perl" package

Please follow the instructions below to uninstall libsms-send-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libsms-send-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libsms-send-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libsms-send-perl
Priority: optional
Section: universe/perl
Installed-Size: 80
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.06-2
Depends: perl, libclass-adapter-perl, libmodule-pluggable-perl | perl (<< 5.17.0), libparams-util-perl
Filename: pool/universe/libs/libsms-send-perl/libsms-send-perl_1.06-2_all.deb
Size: 21012
MD5sum: 557f122e2c76f9e461b0543892e11efc
SHA1: f5b692dbe870be8c5112926293b686c62995fdd4
SHA256: 0bbe2dbc4698068a42e54b96826e9af38af64c25c9ff45e607b1c683c4373654
Description-en: driver-based API for sending SMS messages
The SMS::Send perl module is intended to provide a driver-based single API for
sending SMS and MMS messages. The intent is to provide a single API against
which to write the code to send an SMS message.
.
At the same time, the intent is to remove the limits of some of the
previous attempts at this sort of API, like "must be free internet-based
SMS services".
.
SMS::Send drivers are installed separately, and might use the web,
email or physical SMS hardware. It could be a free or paid. The details
shouldn't matter.
.
You should not have to care how it is actually sent, only that it has
been sent (although some drivers may not be able to provide certainty).
Description-md5: 127aafdd9901c7985cde071509aa2f10
Homepage: https://metacpan.org/release/SMS-Send
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu