How to Install and Uninstall perl-DBD-CSV Package on openSuSE Tumbleweed

Last updated: September 28,2024

1. Install "perl-DBD-CSV" package

This tutorial shows how to install perl-DBD-CSV on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-DBD-CSV

2. Uninstall "perl-DBD-CSV" package

This tutorial shows how to uninstall perl-DBD-CSV on openSuSE Tumbleweed:

$ sudo zypper remove perl-DBD-CSV

3. Information about the perl-DBD-CSV package on openSuSE Tumbleweed

Information for package perl-DBD-CSV:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-DBD-CSV
Version : 0.60-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 80.6 KiB
Installed : No
Status : not installed
Source package : perl-DBD-CSV-0.60-1.4.src
Upstream URL : https://metacpan.org/release/DBD-CSV
Summary : DBI driver for CSV files
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 often used for exporting
MS Access and MS Excel data.
See DBI for details on DBI, SQL::Statement for details on SQL::Statement
and DBD::File for details on the base class DBD::File.