How to Install and Uninstall liblist-maker-perl Package on Kali Linux

Last updated: May 20,2024

1. Install "liblist-maker-perl" package

This guide covers the steps necessary to install liblist-maker-perl on Kali Linux

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

2. Uninstall "liblist-maker-perl" package

In this section, we are going to explain the necessary steps to uninstall liblist-maker-perl on Kali Linux:

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

3. Information about the liblist-maker-perl package on Kali Linux

Package: liblist-maker-perl
Version: 0.005-4
Installed-Size: 44
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 17804
SHA256: 0028fa30d52a44e09209da9195354ab545060671282d86262971840c7e22f423
SHA1: e22140b3c19fddc41149bb79a3d081257a005d9e
MD5sum: ca0b0175d216d7d464aae3f3615ff0d0
Description: 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:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/List-Maker
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libl/liblist-maker-perl/liblist-maker-perl_0.005-4_all.deb