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

Last updated: June 04,2024

1. Install "libnamespace-autoclean-perl" package

Please follow the guidance below to install libnamespace-autoclean-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libnamespace-autoclean-perl

2. Uninstall "libnamespace-autoclean-perl" package

Learn how to uninstall libnamespace-autoclean-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libnamespace-autoclean-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libnamespace-autoclean-perl
Priority: optional
Section: universe/perl
Installed-Size: 34
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.28-1
Depends: libb-hooks-endofscope-perl (>= 0.12), libnamespace-clean-perl (>= 0.20), libsub-identify-perl, perl
Filename: pool/universe/libn/libnamespace-autoclean-perl/libnamespace-autoclean-perl_0.28-1_all.deb
Size: 12498
MD5sum: 28dad8cc7ee52b8ece52a0c4d4427d32
SHA1: 71acffafe24b48aa92141e9e6af73cd83ab48f92
SHA256: bd669b2fba451b08b6187c94d2cedf6f78217ecfdd3e52de875e8575d18f2c6a
Description-en: module to remove imported symbols after compilation
namespace::autoclean is a Perl pragma that keeps your namespace clean by
removing all imported symbols at the end of the current package's compile
cycle. Perhaps most importantly, this means that imported functions will no
longer be made accidentally accessible to users outside of your package via
method invocations.
.
This module differs from namespace::clean (see libnamespace-clean-perl) in
that it cleans all imported functions, whether or not the imports happened
prior to using the pragma. Things that "look" like a method (according to
Class::MOP) will be left alone.
Description-md5: cc577199398ebdf3000ada0b769aeb4a
Homepage: https://metacpan.org/release/namespace-autoclean
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu