How to Install and Uninstall libfile-listing-perl Package on Kali Linux

Last updated: May 20,2024

1. Install "libfile-listing-perl" package

This guide covers the steps necessary to install libfile-listing-perl on Kali Linux

$ sudo apt update $ sudo apt install libfile-listing-perl

2. Uninstall "libfile-listing-perl" package

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

$ sudo apt remove libfile-listing-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libfile-listing-perl package on Kali Linux

Package: libfile-listing-perl
Version: 6.16-1
Installed-Size: 33
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libhttp-date-perl
Size: 12440
SHA256: 171410be7be03a39e6ad531b19d3b95049d43dae9f19076fe250b3b7bcc30574
SHA1: 6139530eeae55d1ac47aa2d0f607e5e662b00e9e
MD5sum: 7a8e1bc807b5b931462d4f8b08406799
Description: module to parse directory listings
File::Listing exports a single function called parse_dir(), which can be used
to parse directory listings.
.
The first parameter to parse_dir() is the directory listing to parse. It can
be a scalar, a reference to an array of directory lines or a glob
representing a filehandle to read the directory listing from.
.
The second parameter is the time zone to use when parsing time stamps in the
listing. If this value is undefined, then the local time zone is assumed.
.
The third parameter is the type of listing to assume. Currently supported
formats are 'unix', 'apache' and 'dosftp'. The default value 'unix'.
Description-md5:
Homepage: https://metacpan.org/release/File-Listing
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::devel-lib,
role::program, works-with::file
Section: perl
Priority: optional
Filename: pool/main/libf/libfile-listing-perl/libfile-listing-perl_6.16-1_all.deb