How to Install and Uninstall libcsv3 Package on openSUSE Leap

Last updated: October 06,2024

1. Install "libcsv3" package

Please follow the step by step instructions below to install libcsv3 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libcsv3

2. Uninstall "libcsv3" package

Please follow the steps below to uninstall libcsv3 on openSUSE Leap:

$ sudo zypper remove libcsv3

3. Information about the libcsv3 package on openSUSE Leap

Information for package libcsv3:
--------------------------------
Repository : Main Repository
Name : libcsv3
Version : 3.0.3-bp155.2.13
Arch : x86_64
Vendor : openSUSE
Installed Size : 14.0 KiB
Installed : No
Status : not installed
Source package : libcsv-3.0.3-bp155.2.13.src
Upstream URL : https://sourceforge.net/projects/libcsv/
Summary : Library to Read and Write CSV Data
Description :
libcsv is a CSV library written in ANSI C89 that can read and write
CSV data. It provides an interface using callback functions to handle
parsed fields and rows and can parse improperly formatted CSV files.