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

Last updated: May 14,2024

1. Install "libimport-into-perl" package

Here is a brief guide to show you how to install libimport-into-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libimport-into-perl" package

This tutorial shows how to uninstall libimport-into-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libimport-into-perl
Priority: optional
Section: universe/perl
Installed-Size: 27
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.002005-1
Depends: perl, libmodule-runtime-perl
Filename: pool/universe/libi/libimport-into-perl/libimport-into-perl_1.002005-1_all.deb
Size: 11018
MD5sum: 452d0098e7a064cbaa621869a1e752fd
SHA1: 755f174cc73b18c2519c1e1a88f4f76d66338771
SHA256: a98b445e3268d7b63934255f7f7d456ec3051a813e7276e100f4b3e9852c4ab1
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
Homepage: https://metacpan.org/release/Import-Into
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu