How to Install and Uninstall libdata-record-perl Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: September 20,2024

1. Install "libdata-record-perl" package

Here is a brief guide to show you how to install libdata-record-perl on Ubuntu 20.10 (Groovy Gorilla)

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

2. Uninstall "libdata-record-perl" package

Please follow the guidance below to uninstall libdata-record-perl on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libdata-record-perl package on Ubuntu 20.10 (Groovy Gorilla)

Package: libdata-record-perl
Architecture: all
Version: 0.02-4
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 63
Depends: libsub-uplevel-perl, perl
Filename: pool/universe/libd/libdata-record-perl/libdata-record-perl_0.02-4_all.deb
Size: 11926
MD5sum: fc88ece51443383f487395c05e593496
SHA1: b0ec6c29983cec73de4df1e3e4582865490465fd
SHA256: a53c94fa9f1900d71cc4541ff5e8484546e2568b982249bc7189df3b0c28b301
SHA512: 1214c4b5841d69e4981e8c458ce5bc8aedde1538178982e83ae29498ad1e6321fb309b546bfbc1e167a4ea7963d590421e382c84a01942df7b85883afa188652
Homepage: http://search.cpan.org/dist/Data-Record/
Description-en: "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: bc6e4e5fddf761fa04f4ea812e8f323e