How to Install and Uninstall perl-Text-CSV.noarch Package on Fedora 39

Last updated: September 22,2024

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

Please follow the guidelines below to install perl-Text-CSV.noarch on Fedora 39

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Text-CSV.noarch on Fedora 39:

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

3. Information about the perl-Text-CSV.noarch package on Fedora 39

Last metadata expiration check: 1:21:37 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Text-CSV
Version : 2.02
Release : 3.fc39
Architecture : noarch
Size : 113 k
Source : perl-Text-CSV-2.02-3.fc39.src.rpm
Repository : fedora
Summary : Comma-separated values manipulator
URL : https://metacpan.org/release/Text-CSV
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.