How To Install perl-Text-CSV-Separator on Fedora 36

In this tutorial we learn how to install perl-Text-CSV-Separator in Fedora 36. perl-Text-CSV-Separator is Determine the field separator of a CSV file

Introduction

In this tutorial we learn how to install perl-Text-CSV-Separator on Fedora 36.

What is perl-Text-CSV-Separator

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 or Text

We can use yum or dnf to install perl-Text-CSV-Separator on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Text-CSV-Separator.

Install perl-Text-CSV-Separator on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Text-CSV-Separator using dnf by running the following command:

sudo dnf -y install perl-Text-CSV-Separator

Install perl-Text-CSV-Separator on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Text-CSV-Separator using yum by running the following command:

sudo yum -y install perl-Text-CSV-Separator

How To Uninstall perl-Text-CSV-Separator on Fedora 36

To uninstall only the perl-Text-CSV-Separator package we can use the following command:

sudo dnf remove perl-Text-CSV-Separator

perl-Text-CSV-Separator Package Contents on Fedora 36

/usr/share/doc/perl-Text-CSV-Separator
/usr/share/doc/perl-Text-CSV-Separator/Changes
/usr/share/doc/perl-Text-CSV-Separator/README
/usr/share/man/man3/Text::CSV::Separator.3pm.gz
/usr/share/perl5/vendor_perl/Text
/usr/share/perl5/vendor_perl/Text/CSV
/usr/share/perl5/vendor_perl/Text/CSV/Separator.pm

References

Summary

In this tutorial we learn how to install perl-Text-CSV-Separator on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).