How to Install and Uninstall perl-Text-CSV.noarch Package on Rocky Linux 8

Last updated: September 20,2024

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

In this section, we are going to explain the necessary steps to install perl-Text-CSV.noarch on Rocky Linux 8

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

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

Please follow the instructions below to uninstall perl-Text-CSV.noarch on Rocky Linux 8:

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

3. Information about the perl-Text-CSV.noarch package on Rocky Linux 8

Last metadata expiration check: 2:21:14 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Text-CSV
Version : 2.00
Release : 2.el8
Architecture : noarch
Size : 114 k
Source : perl-Text-CSV-2.00-2.el8.src.rpm
Repository : epel
Summary : Comma-separated values manipulator
URL : https://metacpan.org/release/Text-CSV
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.
:
: The module accepts either strings or files as input and can utilize any
: user-specified characters as delimiters, separators, and escapes so it is
: perhaps better called ASV (anything separated values) rather than just CSV.