How to Install and Uninstall libtext-csv-perl Package on Kali Linux

Last updated: May 04,2024

1. Install "libtext-csv-perl" package

This is a short guide on how to install libtext-csv-perl on Kali Linux

$ sudo apt update $ sudo apt install libtext-csv-perl

2. Uninstall "libtext-csv-perl" package

Please follow the guidelines below to uninstall libtext-csv-perl on Kali Linux:

$ sudo apt remove libtext-csv-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libtext-csv-perl package on Kali Linux

Package: libtext-csv-perl
Version: 2.04-1
Installed-Size: 358
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Recommends: libtext-csv-xs-perl (>= 1.53)
Size: 111836
SHA256: 9cd02dec639fa4ddbc9b37db120d3f044b06ed86c241e4b0de5366847f46e86c
SHA1: 7c539c2aff68db3286f545ed1ee27149e1df0602
MD5sum: 19528e18e07b66027e6e369cd043f84e
Description: comma-separated values manipulator (using XS or PurePerl)
Text::CSV provides facilities for the composition and decomposition of files
containing comma-separated value records. An instance of the Text::CSV class
can combine fields into a CSV string and parse a CSV string into fields.
.
The module accepts either strings or files as input and can utilize any
user-specified characters as delimiters, separators, and escapes so it is
perhaps better called ASV (anything separated values) rather than just CSV.
.
This module will automatically select the best available implementation of
the algorithm, whether the Pure Perl version present in this package, or the
C/XS implementation, available in libtext-csv-xs-perl.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Text-CSV
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::devel-lib,
works-with::text
Section: perl
Priority: optional
Filename: pool/main/libt/libtext-csv-perl/libtext-csv-perl_2.04-1_all.deb