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

Last updated: May 13,2024

1. Install "libmodule-build-perl" package

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

$ sudo apt update $ sudo apt install libmodule-build-perl

2. Uninstall "libmodule-build-perl" package

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

$ sudo apt remove libmodule-build-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libmodule-build-perl
Priority: optional
Section: universe/perl
Installed-Size: 523
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.421600-1
Depends: perl, perl (>= 5.11.2) | libextutils-cbuilder-perl, perl (>= 5.12) | libextutils-parsexs-perl, perl (>= 5.13.9) | libmodule-metadata-perl, perl (>= 5.13.9) | libversion-perl (>= 1:0.8700), perl (>= 5.19.5) | libtest-harness-perl (>= 3.29), perl (>= 5.21.3) | libcpan-meta-perl (>= 2.142060)
Recommends: libmodule-signature-perl, libpod-readme-perl, libsoftware-license-perl (>= 0.103009)
Filename: pool/universe/libm/libmodule-build-perl/libmodule-build-perl_0.421600-1_all.deb
Size: 200770
MD5sum: 82eee67a468aa6ba7eea3f2caee44762
SHA1: a0ed1233ae0646c9f669db54b0fd64405f80da89
SHA256: b32022527c7fb3b1fc85029ca2bda3a1456584a196e903f122f4ac009769c18d
Description-en: framework for building and installing Perl modules
Module::Build is a framework for easily building, testing and installing Perl
packages. It is meant as a next-generation replacement for ExtUtils::MakeMaker
and offers many additional features characteristic of a more modern install
system, including simple subclassing for custom build actions.
.
Because it is written in Pure Perl, it has very few external dependencies. In
particular, it allows for installation of packages on systems without 'make'
and will even work without a shell. Its only prerequisites are modules that
are included with perl 5.6.0 and it is core as of perl 5.10.
Description-md5: fa2ee309b6f2eec3e9cf7b941eb79c8b
Homepage: https://metacpan.org/release/Module-Build
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu