How to Install and Uninstall perl-Text-CSV.noarch Package on Oracle Linux 9

Last updated: April 27,2024

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

This guide let you learn how to install perl-Text-CSV.noarch on Oracle Linux 9

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

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

Please follow the guidelines below to uninstall perl-Text-CSV.noarch on Oracle Linux 9:

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

3. Information about the perl-Text-CSV.noarch package on Oracle Linux 9

Last metadata expiration check: 3:52:44 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Text-CSV
Version : 2.01
Release : 4.el9
Architecture : noarch
Size : 113 k
Source : perl-Text-CSV-2.01-4.el9.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.