How to Install and Uninstall ocaml-csv Package on openSUSE Leap

Last updated: May 01,2024

1. Install "ocaml-csv" package

This is a short guide on how to install ocaml-csv on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ocaml-csv

2. Uninstall "ocaml-csv" package

Please follow the guidelines below to uninstall ocaml-csv on openSUSE Leap:

$ sudo zypper remove ocaml-csv

3. Information about the ocaml-csv package on openSUSE Leap

Information for package ocaml-csv:
----------------------------------
Repository : Main Repository
Name : ocaml-csv
Version : 1.7-1.41
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 1.1 MiB
Installed : No
Status : not installed
Source package : ocaml-csv-1.7-1.41.src
Upstream URL : https://github.com/Chris00/ocaml-csv
Summary : OCaml library for reading and writing CSV files
Description :
This OCaml library can read and write CSV files, including all
extensions used by Excel - eg. quotes, newlines, 8 bit characters in
fields, quote-0 etc.
The library comes with a handy command line tool called csvtool for
handling CSV files from shell scripts.