How to Install and Uninstall perl-DBD-CSV.noarch Package on Rocky Linux 9

Last updated: May 08,2024

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

This is a short guide on how to install perl-DBD-CSV.noarch on Rocky Linux 9

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

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

This tutorial shows how to uninstall perl-DBD-CSV.noarch on Rocky Linux 9:

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

3. Information about the perl-DBD-CSV.noarch package on Rocky Linux 9

Last metadata expiration check: 1:24:20 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-DBD-CSV
Version : 0.58
Release : 3.el9
Architecture : noarch
Size : 45 k
Source : perl-DBD-CSV-0.58-3.el9.src.rpm
Repository : epel
Summary : DBI driver for CSV files
URL : https://metacpan.org/release/DBD-CSV
License : GPL+ or Artistic
Description : The DBD::CSV module is yet another driver for the DBI (Database
: independent interface for Perl). This one is based on the SQL
: "engine" SQL::Statement and the abstract DBI driver DBD::File
: and implements access to so-called CSV files (Comma separated
: values). Such files are mostly used for exporting MS Access and
: MS Excel data.