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

Last updated: May 10,2024

1. Install "liblist-maker-perl" package

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

$ sudo apt update $ sudo apt install liblist-maker-perl

2. Uninstall "liblist-maker-perl" package

This guide covers the steps necessary to uninstall liblist-maker-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove liblist-maker-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: liblist-maker-perl
Priority: optional
Section: universe/perl
Installed-Size: 74
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.005-2
Depends: perl
Filename: pool/universe/libl/liblist-maker-perl/liblist-maker-perl_0.005-2_all.deb
Size: 17230
MD5sum: 2062b4c34e2f14db4972732644c35c7f
SHA1: fb30ef85095b64a49425ba9021f8691144f3ce0b
SHA256: 338f80e37375a1ff9b8191e086e414677b55096575fa0bc1b5766c09542bc568
Description-en: Perl module to generate more sophisticated lists than just $a..$b
The List::Maker module hijacks Perl's built-in file globbing syntax (< *.pl >
and glob '*.pl') and retargets it at list creation.
.
The rationale is simple: most people rarely if ever glob a set of files, but
they have to create lists in almost every program they write. So the list
construction syntax should be easier than the filename expansion syntax.
.
Alternatively, you can load the module with an explicit name, and it creates
a subroutine of that name that builds the same kinds of lists for you
(leaving the globbing mechanism unaltered).
Description-md5: fa0e71ee20c17f8cedeeab8b90d5be6e
Homepage: https://metacpan.org/release/List-Maker
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu