How to Install and Uninstall libextutils-installpaths-perl Package on Kali Linux

Last updated: May 12,2024

1. Install "libextutils-installpaths-perl" package

This guide let you learn how to install libextutils-installpaths-perl on Kali Linux

$ sudo apt update $ sudo apt install libextutils-installpaths-perl

2. Uninstall "libextutils-installpaths-perl" package

This is a short guide on how to uninstall libextutils-installpaths-perl on Kali Linux:

$ sudo apt remove libextutils-installpaths-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libextutils-installpaths-perl package on Kali Linux

Package: libextutils-installpaths-perl
Version: 0.012-1.1
Installed-Size: 39
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libextutils-config-perl
Size: 14012
SHA256: e933e04ecd87beaaed57b1649d81a792521869a921276925567016277e0cbf48
SHA1: bf2a116a3b4aaf895603bd3bfba5be82610f9189
MD5sum: ffc6572136b60c263e71814b7ca4b3ef
Description: module to make Build.PL install path logic easy
ExtUtils::InstallPaths tries to make install path resolution as easy as
possible.
.
When you want to install a module, it needs to figure out where to install
things. The nutshell version of how this works is that default installation
locations are determined from ExtUtils::Config, and they may be individually
overridden by using the install_path attribute. An install_base attribute
lets you specify an alternative installation root like /home/foo and prefix
does something similar in a rather different (and more complicated) way.
destdir lets you specify a temporary installation directory like /tmp/install
in case you want to create bundled-up installable packages.
Description-md5:
Homepage: https://metacpan.org/release/ExtUtils-InstallPaths
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libe/libextutils-installpaths-perl/libextutils-installpaths-perl_0.012-1.1_all.deb