How to Install and Uninstall cpanminus Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 04,2024

1. Install "cpanminus" package

Please follow the guidance below to install cpanminus on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install cpanminus

2. Uninstall "cpanminus" package

Please follow the guidance below to uninstall cpanminus on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove cpanminus $ sudo apt autoclean && sudo apt autoremove

3. Information about the cpanminus package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: cpanminus
Priority: optional
Section: universe/perl
Installed-Size: 887
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.7040-1
Depends: perl (>= 5.19.4), curl | wget | libhttp-tiny-perl (>= 0.056) | perl (>= 5.23.0), libcpan-distnameinfo-perl, libcpan-meta-check-perl (>= 0.012), libcpan-meta-perl (>= 2.150005) | perl (>= 5.23.0), libcpan-meta-requirements-perl (>= 2.133) | perl (>= 5.23.0), libcpan-meta-yaml-perl (>= 0.016) | perl (>= 5.23.0), libfile-pushd-perl (>= 1.009), liblocal-lib-perl (>= 2.000015), libmodule-cpanfile-perl (>= 1.1000), libmodule-metadata-perl (>= 1.000027) | perl (>= 5.23.0), libparse-pmfile-perl (>= 0.36), libstring-shellquote-perl, libversion-perl (>= 1:0.9912) | perl (>= 5.23.8), perl (>= 5.19.10) | libparse-cpan-meta-perl (>= 1.4414), perl (>= 5.21.5) | libjson-pp-perl (>= 2.27300)
Filename: pool/universe/c/cpanminus/cpanminus_1.7040-1_all.deb
Size: 199482
MD5sum: 8c431a745e62049c501ad185d91cf694
SHA1: 030ab43f7d4ed17f59164ff18460caf5c17efd2b
SHA256: 3d6d28f54188cc9a98142bf7ddaf253bbcf1ec55d63936f7c9a47ae2be4a6bd8
Description-en: script to get, unpack, build and install modules from CPAN
cpanminus provides a command-line (non interactive) interface to
automatically download, build and install Perl modules from CPAN.
.
It requires zero configuration, and stands alone. It also has a very low memory
footprint compared to similar software: when running, it requires only 10MB of
RAM.
.
It installs to wherever ExtUtils::MakeMaker and Module::Build are
configured to. So if you're using local::lib, then it installs to your
local perl5 directory. Otherwise it installs to the siteperl directory.
.
cpanminus at a boot time checks whether you have configured local::lib,
or have the permission to install modules to the sitelib directory. If
neither, it automatically sets up local::lib compatible installation
path in a perl5 directory under your home directory.
Description-md5: 6b2b64b977ad05f2016c894935b16179
Homepage: https://metacpan.org/release/App-cpanminus
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu