How to Install and Uninstall ocaml-csv.x86_64 Package on Amazon Linux 2

Last updated: April 19,2024

1. Install "ocaml-csv.x86_64" package

Learn how to install ocaml-csv.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install ocaml-csv.x86_64

2. Uninstall "ocaml-csv.x86_64" package

Learn how to uninstall ocaml-csv.x86_64 on Amazon Linux 2:

$ sudo yum remove ocaml-csv.x86_64 $ sudo yum autoremove

3. Information about the ocaml-csv.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : ocaml-csv
Arch : x86_64
Version : 1.2.3
Release : 8.amzn2
Size : 265 k
Repo : amzn2-core/2/x86_64
Summary : OCaml library for reading and writing CSV files
URL : https://forge.ocamlcore.org/projects/csv/
License : LGPLv2+
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.