How to Install and Uninstall perl-Data-Record.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "perl-Data-Record.noarch" package

Please follow the guidelines below to install perl-Data-Record.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Data-Record.noarch

2. Uninstall "perl-Data-Record.noarch" package

This guide covers the steps necessary to uninstall perl-Data-Record.noarch on Fedora 34:

$ sudo dnf remove perl-Data-Record.noarch $ sudo dnf autoremove

3. Information about the perl-Data-Record.noarch package on Fedora 34

Last metadata expiration check: 5:34:50 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Data-Record
Version : 0.02
Release : 19.fc34
Architecture : noarch
Size : 18 k
Source : perl-Data-Record-0.02-19.fc34.src.rpm
Repository : fedora
Summary : "split" on steroids
URL : https://metacpan.org/release/Data-Record
License : GPL+ or Artistic
Description : Sometimes we need data split into records and a simple split on the
: input record separator ($/) 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.