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

Last updated: May 13,2024

1. Install "libexporter-easy-perl" package

In this section, we are going to explain the necessary steps to install libexporter-easy-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libexporter-easy-perl

2. Uninstall "libexporter-easy-perl" package

This guide let you learn how to uninstall libexporter-easy-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libexporter-easy-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libexporter-easy-perl
Priority: optional
Section: universe/perl
Installed-Size: 37
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.18-1
Depends: perl
Filename: pool/universe/libe/libexporter-easy-perl/libexporter-easy-perl_0.18-1_all.deb
Size: 15220
MD5sum: 3f5f1f065ceef14cfadce84d2782d380
SHA1: b1c7048a780faca701887158537140e6fbedc58d
SHA256: 5dfe29fdee92da00f9d4198d0861ab99876fecc6cd794b87d0f3e9976cdca5a2
Description-en: perl module to take the drudgery out of Exporting symbols
Exporter::Easy makes using Exporter easy. In it's simplest case it allows you
to drop the boilerplate code that comes with using Exporter. In more
complicated situations where you use tags to build lists and more tags, it
will set @EXPORT, @EXPORT_OK, @EXPORT_FAIL and %EXPORT_TAGS in the current
package, add Exporter to that package's @ISA and do a use vars on all the
variables mentioned. The rest is handled as normal by Exporter.
Description-md5: 862f7c37ecf02817d7ae097e8790c2a2
Homepage: https://metacpan.org/release/Exporter-Easy
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu