How to Install and Uninstall perl-Text-CSV_XS Package on openSUSE Leap

Last updated: October 06,2024

1. Install "perl-Text-CSV_XS" package

Here is a brief guide to show you how to install perl-Text-CSV_XS on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Text-CSV_XS

2. Uninstall "perl-Text-CSV_XS" package

Please follow the step by step instructions below to uninstall perl-Text-CSV_XS on openSUSE Leap:

$ sudo zypper remove perl-Text-CSV_XS

3. Information about the perl-Text-CSV_XS package on openSUSE Leap

Information for package perl-Text-CSV_XS:
-----------------------------------------
Repository : Main Repository
Name : perl-Text-CSV_XS
Version : 1.34-1.19
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 284.9 KiB
Installed : No
Status : not installed
Source package : perl-Text-CSV_XS-1.34-1.19.src
Upstream URL : http://search.cpan.org/dist/Text-CSV_XS/
Summary : Comma-Separated Values Manipulation Routines
Description :
Text::CSV_XS provides facilities for the composition and decomposition of
comma-separated values. An instance of the Text::CSV_XS class will combine
fields into a 'CSV' string and parse a 'CSV' string into fields.
The module accepts either strings or files as input and support the use of
user-specified characters for delimiters, separators, and escapes.