How to Install and Uninstall libimport-into-perl Package on Kali Linux

Last updated: September 20,2024

1. Install "libimport-into-perl" package

In this section, we are going to explain the necessary steps to install libimport-into-perl on Kali Linux

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

2. Uninstall "libimport-into-perl" package

Please follow the step by step instructions below to uninstall libimport-into-perl on Kali Linux:

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

3. Information about the libimport-into-perl package on Kali Linux

Package: libimport-into-perl
Version: 1.002005-2
Installed-Size: 28
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libmodule-runtime-perl
Size: 11276
SHA256: abe499bb1c2d81c678346f7c2765cd9171360137bc9cf9230cf5368060713b3b
SHA1: 9b3c4c97d42737e35ab3cf8e901528d1b2ec683a
MD5sum: d9b0c71319f8c90cac8ce72b32a3b17f
Description: 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:
Homepage: https://metacpan.org/release/Import-Into
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libi/libimport-into-perl/libimport-into-perl_1.002005-2_all.deb