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

Last updated: May 18,2024

1. Install "libmodule-install-manifestskip-perl" package

This tutorial shows how to install libmodule-install-manifestskip-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libmodule-install-manifestskip-perl" package

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

$ sudo apt remove libmodule-install-manifestskip-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libmodule-install-manifestskip-perl
Priority: optional
Section: universe/perl
Installed-Size: 58
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.24-1
Depends: libmodule-install-perl (>= 1.10), libmodule-manifest-skip-perl (>= 0.18), perl
Filename: pool/universe/libm/libmodule-install-manifestskip-perl/libmodule-install-manifestskip-perl_0.24-1_all.deb
Size: 7476
MD5sum: b8f33b90e023ed4e5c0303eebdd9d2a1
SHA1: e149756e09e84a0ed9412c21d021bea376d94b52
SHA256: 83a56e5fa55baf83e4c41f0882dfb43c6f44dc5b177d821d6d494e230e6915a1
Description-en: generate a MANIFEST.SKIP file
Module::Install::ManifestSkip generates a "MANIFEST.SKIP" file for you
(using Module::Manifest::Skip) that contains the common files that
people do not want in their "MANIFEST" files. The SKIP file is
generated each time that you (the module author) run "Makefile.PL".
.
You can add your own custom entries at the top of the "MANIFEST" file.
Just put a blank line after your entries, and they will be left alone.
.
This module also adds 'MANIFEST' to the "clean_files()" list so that
"make clean" will remove your "MANIFEST".
Description-md5: 41d6a9d117e9570c321128aad55e9559
Homepage: https://github.com/ingydotnet/module-install-manifestskip-pm
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu