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

Last updated: May 19,2024

1. Install "libdata-record-perl" package

Here is a brief guide to show you how to install libdata-record-perl on Kali Linux

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

2. Uninstall "libdata-record-perl" package

This guide let you learn how to uninstall libdata-record-perl on Kali Linux:

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

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

Package: libdata-record-perl
Version: 0.02-6
Installed-Size: 37
Maintainer: Debian Perl Group
Architecture: all
Depends: libsub-uplevel-perl, perl:any
Size: 16020
SHA256: 642a14fabd4a5e2413cd826669096b18a5a62b384e9f4c9ce3c2a35f3722b594
SHA1: 8da183f86d60900ffe3e9b79059bcaf288fc15ff
MD5sum: bd2b5ce760d23ff7f3545dbb96db5a83
Description: "split" on steroids
Sometimes we need data split into records and a simple split on the
input record separator (C<$/>) or some other value fails because the
values we're splitting on may allowed in other parts of the data.
Perhaps they're quoted. Perhaps they're embedded in other data which
should not be split up.
.
Data::Record allows you to specify what you wish to split the data on,
but also speficy an "unless" regular expression. If the text in
question matches the "unless" regex, it will not be split there. This
allows us to do things like split on newlines unless newlines are
embedded in quotes.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Data-Record
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libd/libdata-record-perl/libdata-record-perl_0.02-6_all.deb