How to Install and Uninstall perl-Text-RecordParser.noarch Package on Fedora 38
Last updated: January 11,2025
1. Install "perl-Text-RecordParser.noarch" package
This is a short guide on how to install perl-Text-RecordParser.noarch on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
perl-Text-RecordParser.noarch
Copied
2. Uninstall "perl-Text-RecordParser.noarch" package
Here is a brief guide to show you how to uninstall perl-Text-RecordParser.noarch on Fedora 38:
$
sudo dnf remove
perl-Text-RecordParser.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Text-RecordParser.noarch package on Fedora 38
Last metadata expiration check: 1:56:53 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Text-RecordParser
Version : 1.6.5
Release : 26.fc38
Architecture : noarch
Size : 39 k
Source : perl-Text-RecordParser-1.6.5-26.fc38.src.rpm
Repository : fedora
Summary : Read record-oriented files
URL : https://metacpan.org/release/Text-RecordParser
License : GPLv2
Description : This module is for reading record-oriented data in a delimited text file.
: The most common example have records separated by newlines and fields
: separated by commas or tabs, but this module aims to provide a consistent
: interface for handling sequential records in a file however they may be
: delimited. Typically this data lists the fields in the first line of the
: file, in which case you should call bind_header to bind the field name (or
: not, and it will be called implicitly). If the first line contains data,
: you can still bind your own field names via bind_fields. Either way, you
: can then use many methods to get at the data as arrays or hashes.
Available Packages
Name : perl-Text-RecordParser
Version : 1.6.5
Release : 26.fc38
Architecture : noarch
Size : 39 k
Source : perl-Text-RecordParser-1.6.5-26.fc38.src.rpm
Repository : fedora
Summary : Read record-oriented files
URL : https://metacpan.org/release/Text-RecordParser
License : GPLv2
Description : This module is for reading record-oriented data in a delimited text file.
: The most common example have records separated by newlines and fields
: separated by commas or tabs, but this module aims to provide a consistent
: interface for handling sequential records in a file however they may be
: delimited. Typically this data lists the fields in the first line of the
: file, in which case you should call bind_header to bind the field name (or
: not, and it will be called implicitly). If the first line contains data,
: you can still bind your own field names via bind_fields. Either way, you
: can then use many methods to get at the data as arrays or hashes.