How To Install perl-Text-xSV on Fedora 36

In this tutorial we learn how to install perl-Text-xSV in Fedora 36. perl-Text-xSV is Read character separated files

Introduction

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

What is perl-Text-xSV

This module is for reading and writing a common variation of character separated data. The most common example is comma-separated. However that is far from the only possibility, the same basic format is exported by Microsoft products using tabs, colons, or other characters.

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

Install perl-Text-xSV 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-xSV using dnf by running the following command:

sudo dnf -y install perl-Text-xSV

Install perl-Text-xSV 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-xSV using yum by running the following command:

sudo yum -y install perl-Text-xSV

How To Uninstall perl-Text-xSV on Fedora 36

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

sudo dnf remove perl-Text-xSV

perl-Text-xSV Package Contents on Fedora 36

/usr/share/doc/perl-Text-xSV
/usr/share/doc/perl-Text-xSV/Build
/usr/share/doc/perl-Text-xSV/Changes
/usr/share/doc/perl-Text-xSV/README
/usr/share/doc/perl-Text-xSV/test.csv
/usr/share/man/man3/Text::xSV.3pm.gz
/usr/share/perl5/vendor_perl/Text
/usr/share/perl5/vendor_perl/Text/xSV.pm

References

Summary

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