How to Install and Uninstall perl-Text-CSV_XS.x86_64 Package on Rocky Linux 9

Last updated: July 03,2024

1. Install "perl-Text-CSV_XS.x86_64" package

This is a short guide on how to install perl-Text-CSV_XS.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install perl-Text-CSV_XS.x86_64

2. Uninstall "perl-Text-CSV_XS.x86_64" package

This is a short guide on how to uninstall perl-Text-CSV_XS.x86_64 on Rocky Linux 9:

$ sudo dnf remove perl-Text-CSV_XS.x86_64 $ sudo dnf autoremove

3. Information about the perl-Text-CSV_XS.x86_64 package on Rocky Linux 9

Last metadata expiration check: 1:18:46 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-Text-CSV_XS
Version : 1.46
Release : 1.el9
Architecture : x86_64
Size : 135 k
Source : perl-Text-CSV_XS-1.46-1.el9.src.rpm
Repository : epel
Summary : Comma-separated values manipulation routines
URL : https://metacpan.org/release/Text-CSV_XS
License : GPL+ or Artistic
Description : Text::CSV provides facilities for the composition and decomposition of
: comma-separated values. An instance of the Text::CSV class can combine
: fields into a CSV string and parse a CSV string into fields.