How to Install and Uninstall libsub-exporter-progressive-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: October 05,2024

1. Install "libsub-exporter-progressive-perl" package

Learn how to install libsub-exporter-progressive-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libsub-exporter-progressive-perl

2. Uninstall "libsub-exporter-progressive-perl" package

Please follow the instructions below to uninstall libsub-exporter-progressive-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libsub-exporter-progressive-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libsub-exporter-progressive-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libsub-exporter-progressive-perl
Priority: optional
Section: universe/perl
Installed-Size: 53
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.001011-1
Depends: perl
Filename: pool/universe/libs/libsub-exporter-progressive-perl/libsub-exporter-progressive-perl_0.001011-1_all.deb
Size: 7064
MD5sum: e27bb836d76a2748312c5f69854036b8
SHA1: 513e693b0648f563885cffbd20ef3a1266d56cdc
SHA256: 45c1f902f201b204a881b61770240d56118748046303ba4bc44ad89b292cb728
Description-en: module for using Sub::Exporter only if needed
Sub::Exporter is an incredibly powerful module, but with that power comes
great responsibility, as well as some runtime penalties.
Sub::Exporter::Progressive is a Sub::Exporter wrapper that will let your
users just use Exporter if all they are doing is picking exports, but use
Sub::Exporter if your users try to use Sub::Exporter's more advanced
features, like renaming exports.
.
Note that this module will export @EXPORT and @EXPORT_OK package variables
for Exporter to work. Additionally, if your package uses advanced
Sub::Exporter features like currying, this module will only use
Sub::Exporter, so you might as well use it directly.
Description-md5: 854d6f3825a72a536574faf14f5c2cdf
Homepage: https://metacpan.org/release/Sub-Exporter-Progressive/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu