How To Install perl-Text-CSV_XS.x86_64 on Amazon Linux 2
In this tutorial we learn how to install perl-Text-CSV_XS.x86_64 in Amazon Linux 2. perl-Text-CSV_XS.x86_64 is Comma-separated values manipulation routines
Introduction
In this tutorial we learn how to install perl-Text-CSV_XS.x86_64 on Amazon Linux 2.
What is perl-Text-CSV_XS.x86_64
Text decomposition of comma-separated values. An instance of the Text CSV string into fields.
We can use yum to install perl-Text-CSV_XS.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Text-CSV_XS.x86_64.
Install perl-Text-CSV_XS.x86_64 on Amazon Linux 2 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_XS.x86_64 using yum by running the following command:
sudo yum -y install perl-Text-CSV_XS.x86_64
How To Uninstall perl-Text-CSV_XS.x86_64 on Amazon Linux 2
To uninstall only the perl-Text-CSV_XS.x86_64 package we can use the following command:
sudo yum remove perl-Text-CSV_XS.x86_64
perl-Text-CSV_XS.x86_64 Package Contents on Amazon Linux 2
/usr/lib64/perl5/vendor_perl/Text
/usr/lib64/perl5/vendor_perl/Text/CSV_XS.pm
/usr/lib64/perl5/vendor_perl/auto/Text
/usr/lib64/perl5/vendor_perl/auto/Text/CSV_XS
/usr/lib64/perl5/vendor_perl/auto/Text/CSV_XS/CSV_XS.so
/usr/share/doc/perl-Text-CSV_XS-1.00
/usr/share/doc/perl-Text-CSV_XS-1.00/ChangeLog
/usr/share/doc/perl-Text-CSV_XS-1.00/README
/usr/share/doc/perl-Text-CSV_XS-1.00/examples
/usr/share/doc/perl-Text-CSV_XS-1.00/examples/csv-check
/usr/share/doc/perl-Text-CSV_XS-1.00/examples/csv2xls
/usr/share/doc/perl-Text-CSV_XS-1.00/examples/csvdiff
/usr/share/doc/perl-Text-CSV_XS-1.00/examples/parser-xs.pl
/usr/share/doc/perl-Text-CSV_XS-1.00/examples/speed.pl
/usr/share/man/man3/Text::CSV_XS.3pm.gz
References
Summary
In this tutorial we learn how to install perl-Text-CSV_XS.x86_64 on Amazon Linux 2 using yum.