How to Install and Uninstall libdata-record-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "libdata-record-perl" package

This tutorial shows how to install libdata-record-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libdata-record-perl" package

Please follow the guidelines below to uninstall libdata-record-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libdata-record-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libdata-record-perl
Priority: optional
Section: universe/perl
Installed-Size: 63
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.02-4
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
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
Homepage: http://search.cpan.org/dist/Data-Record/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu