How to Install and Uninstall libdata-table-perl Package on Kali Linux

Last updated: May 06,2024

1. Install "libdata-table-perl" package

This is a short guide on how to install libdata-table-perl on Kali Linux

$ sudo apt update $ sudo apt install libdata-table-perl

2. Uninstall "libdata-table-perl" package

Please follow the steps below to uninstall libdata-table-perl on Kali Linux:

$ sudo apt remove libdata-table-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdata-table-perl package on Kali Linux

Package: libdata-table-perl
Version: 1.78-3
Installed-Size: 178
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 64604
SHA256: b3a3864de097fea2c56702cd808a8d3bad0e4e25cc17fd421aa27b239919e94f
SHA1: 57fa9ba1a7ec1f904fcd7f95946cf2e39782570a
MD5sum: c5def9c9394b85af9d1d6b724d8603b5
Description: module to manipulate data tables in perl (as in R)
This perl package uses perl5 objects to make it easy for manipulating
spreadsheet data among disk files, database, and Web publishing.
.
A table object contains a header and a two-dimensional array of scalars. Four
class methods Data::fromFile, Data::Table::fromCSV, Data::Table::fromTSV, and
Data::Table::fromSQL allow users to create a table object from a CSV/TSV file
or a database SQL selection in a snap.
.
Table methods provide basic access, add, delete row(s) or column(s)
operations, as well as more advanced sub-table extraction, table sorting,
record matching via keywords or patterns, table merging, and web publishing.
Data::Table class also provides a straightforward interface to other popular
Perl modules such as DBI and GD::Graph.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Data-Table
Section: perl
Priority: optional
Filename: pool/main/libd/libdata-table-perl/libdata-table-perl_1.78-3_all.deb