How to Install and Uninstall perl-Text-CSV-Separator.noarch Package on Fedora 34

Last updated: May 19,2024

1. Install "perl-Text-CSV-Separator.noarch" package

Please follow the guidelines below to install perl-Text-CSV-Separator.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Text-CSV-Separator.noarch

2. Uninstall "perl-Text-CSV-Separator.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-Text-CSV-Separator.noarch on Fedora 34:

$ sudo dnf remove perl-Text-CSV-Separator.noarch $ sudo dnf autoremove

3. Information about the perl-Text-CSV-Separator.noarch package on Fedora 34

Last metadata expiration check: 1:32:45 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Text-CSV-Separator
Version : 0.20
Release : 24.fc34
Architecture : noarch
Size : 20 k
Source : perl-Text-CSV-Separator-0.20-24.fc34.src.rpm
Repository : fedora
Summary : Determine the field separator of a CSV file
URL : https://metacpan.org/release/Text-CSV-Separator
License : GPL+ or Artistic
Description : This module provides a fast detection of the field separator character
: (also called field delimiter) of a CSV file, or more generally, of a
: character separated text file (also called delimited text file), and
: returns it ready to use in a CSV parser (e.g., Text::CSV_XS, Tie::CSV_File,
: or Text::CSV::Simple).