How to Install and Uninstall libimport-into-perl Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: September 20,2024

1. Install "libimport-into-perl" package

Please follow the steps below to install libimport-into-perl on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libimport-into-perl

2. Uninstall "libimport-into-perl" package

This is a short guide on how to uninstall libimport-into-perl on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove libimport-into-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libimport-into-perl package on Ubuntu 21.04 (Hirsute Hippo)

Package: libimport-into-perl
Architecture: all
Version: 1.002005-1
Priority: optional
Section: perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 27
Depends: perl, libmodule-runtime-perl
Filename: pool/main/libi/libimport-into-perl/libimport-into-perl_1.002005-1_all.deb
Size: 11018
MD5sum: 452d0098e7a064cbaa621869a1e752fd
SHA1: 755f174cc73b18c2519c1e1a88f4f76d66338771
SHA256: a98b445e3268d7b63934255f7f7d456ec3051a813e7276e100f4b3e9852c4ab1
SHA512: b9a425d53764e49a0ccb8a011a18215e7137648c27e4553658e3cbe97234a109ccdb4b8e137ce0a3c6602a2a2ab66f3e933db9c1d8793a4475bc7db50f08d2d7
Homepage: https://metacpan.org/release/Import-Into
Description-en: module for importing packages into other packages
Import::Into creates a global method import::into which you can call on
any package to import it into another package. This is useful because
there are many different ways to write exporters: some use Exporter, some
use Sub::Exporter, some use Moose::Exporter, some use Exporter::Declare
and some things are pragmas.
.
And if you want to re-export other things, you have to know which is which.
Exporter subclasses provide export_to_level, but if they overrode their
import method all bets are off. Sub::Exporter provides an into parameter
but figuring out something used it isn't trivial. Pragmas need to have
their import method called directly since they affect the current unit of
compilation. Import::Into can be used to import packages into other packages
without having to deal with the specific details of every exporting approach.
Description-md5: 8a817802dc5924f984c4c4e341e15361
Task: ubuntu-mate-core, ubuntu-mate-desktop