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

Last updated: May 16,2024

1. Install "libnamespace-clean-perl" package

This tutorial shows how to install libnamespace-clean-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libnamespace-clean-perl" package

Here is a brief guide to show you how to uninstall libnamespace-clean-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libnamespace-clean-perl
Priority: optional
Section: universe/perl
Installed-Size: 37
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.26-1
Depends: libb-hooks-endofscope-perl (>= 0.12), libpackage-stash-perl (>= 0.23), libsub-identify-perl, libsub-name-perl, perl
Filename: pool/universe/libn/libnamespace-clean-perl/libnamespace-clean-perl_0.26-1_all.deb
Size: 13978
MD5sum: 761ccbcd1317a0dfe9685ce294f96fa8
SHA1: 5e46b13c9531bbe9800ac9292d8039865e5fc2f7
SHA256: 47ac818b27cd2022293a99c63848ae676a9afa5593290010d814687d1b88460f
Description-en: module for keeping imports and functions out of the current namespace
namespace::clean is a Perl pragma for keeping imported functions out of the
current namespace. This is especially important because Perl functions are
naturally available as methods, which can complicate subclassing.
.
Using the namespace::clean pragma will remove all previously declared or
imported symbols at the end of the current package's compile cycle. This
means that functions called in the package itself will still be bound by
their name, but they won't show up as methods on your class or instances.
Description-md5: 61ad33ea0d732ead09b6626ff8d86485
Homepage: https://metacpan.org/release/namespace-clean
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu