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

Last updated: May 14,2024

1. Install "libmodule-cpanfile-perl" package

Please follow the guidance below to install libmodule-cpanfile-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libmodule-cpanfile-perl" package

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

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

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

Package: libmodule-cpanfile-perl
Priority: optional
Section: universe/perl
Installed-Size: 63
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.1002-1
Depends: perl, perl (>= 5.17.1) | libcpan-meta-perl (>= 2.120910), perl (>= 5.21.5) | libjson-pp-perl (>= 2.27300)
Filename: pool/universe/libm/libmodule-cpanfile-perl/libmodule-cpanfile-perl_1.1002-1_all.deb
Size: 23794
MD5sum: dcb2c7e41469bcda04674f285e6a2416
SHA1: 28f2683f6c332335ec9f75aa45984f599346ea05
SHA256: 07b06de5ae5aeaf077ba253a25583e373e75422bfb10c09bfb1c54a94f1133ac
Description-en: format for describing CPAN dependencies of Perl applications
Module::CPANfile is a tool to handle cpanfile format to load application
specific dependencies, not just for CPAN distributions.
.
`cpanfile` describes CPAN dependencies required to execute associated Perl
code.
.
Place the `cpanfile` in the root of the directory containing the associated
code. For instance, in a Catalyst application, place the `cpanfile` in the
same directory as `myapp.conf`.
.
Tools supporting `cpanfile` format (e.g. cpanm and carton) will automatically
detect the file and install dependencies for the code to run.
Description-md5: bd04706dbc8c738be5e31b5abb9a9ecf
Homepage: https://metacpan.org/release/Module-CPANfile
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu