How to Install and Uninstall libnamespace-clean-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 15,2024

1. Install "libnamespace-clean-perl" package

Here is a brief guide to show you how to install libnamespace-clean-perl on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "libnamespace-clean-perl" package

Please follow the instructions below to uninstall libnamespace-clean-perl on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libnamespace-clean-perl package on Ubuntu 21.10 (Impish Indri)

Package: libnamespace-clean-perl
Architecture: all
Version: 0.27-1
Priority: optional
Section: perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 36
Depends: libb-hooks-endofscope-perl (>= 0.12), libpackage-stash-perl, libsub-identify-perl, libsub-name-perl, perl
Filename: pool/main/libn/libnamespace-clean-perl/libnamespace-clean-perl_0.27-1_all.deb
Size: 13568
MD5sum: b08a6c1c2a853e229595a22b55a15653
SHA1: 4f988e2b3580c02a2b31b1c71b619ee301e471b0
SHA256: 8b9f7f7ab7056d61e60c32ace188700d35643e801bc485f8ef400b6d2ccf12fe
SHA512: 7e61f38c764c2667bc7a064c4e68dd98ea86e1cea18eef560b8f44f836f30df23fd4b91208f75eec662fcbe788950905bd7f161334c5b4ff4e824bce5d3390d8
Homepage: https://metacpan.org/release/namespace-clean
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
Task: ubuntukylin-desktop, ubuntu-mate-core, ubuntu-mate-desktop