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

Last updated: May 13,2024

1. Install "libextutils-installpaths-perl" package

Please follow the instructions below to install libextutils-installpaths-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libextutils-installpaths-perl" package

In this section, we are going to explain the necessary steps to uninstall libextutils-installpaths-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libextutils-installpaths-perl
Priority: optional
Section: universe/perl
Installed-Size: 67
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.010-1
Depends: perl, libextutils-config-perl
Filename: pool/universe/libe/libextutils-installpaths-perl/libextutils-installpaths-perl_0.010-1_all.deb
Size: 14544
MD5sum: ef95376100527c4234b0a6f4aea25f26
SHA1: 2255d527b2597e72ed89c1c20ffaa797dec01a3d
SHA256: bebbd6b3584c34c1f0186c1526efea7b09004d664fcd9f2a56d1307098cabfcc
Description-en: 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: 05a1ecf4b53ddd0c54ea0336dfd5257d
Homepage: https://metacpan.org/release/ExtUtils-InstallPaths
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu