How To Install ocaml-csv-lwt on Fedora 36
Introduction
In this tutorial we learn how to install ocaml-csv-lwt on Fedora 36.
What is ocaml-csv-lwt
The ocaml-csv-lwt package contains LWT bindings for ocaml-csv.
We can use yum or dnf to install ocaml-csv-lwt on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ocaml-csv-lwt.
Install ocaml-csv-lwt on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install ocaml-csv-lwt using dnf by running the following command:
sudo dnf -y install ocaml-csv-lwt
Install ocaml-csv-lwt on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install ocaml-csv-lwt using yum by running the following command:
sudo yum -y install ocaml-csv-lwt
How To Uninstall ocaml-csv-lwt on Fedora 36
To uninstall only the ocaml-csv-lwt package we can use the following command:
sudo dnf remove ocaml-csv-lwt
ocaml-csv-lwt Package Contents on Fedora 36
/usr/bin/csvtool
/usr/lib/.build-id
/usr/lib/.build-id/5b/d27e2d0a9eb96e5caa4dd3a3afa59ec13f9c51
/usr/lib/.build-id/b3
/usr/lib/.build-id/b3/399b80f16a9bbac9b25d9faf88925724c34082
/usr/lib64/ocaml/csv-lwt
/usr/lib64/ocaml/csv-lwt/META
/usr/lib64/ocaml/csv-lwt/csv_lwt.cma
/usr/lib64/ocaml/csv-lwt/csv_lwt.cmi
/usr/lib64/ocaml/csv-lwt/csv_lwt.cmt
/usr/lib64/ocaml/csv-lwt/csv_lwt.cmti
/usr/lib64/ocaml/csv-lwt/csv_lwt.cmxs
/usr/lib64/ocaml/csv-lwt/csv_lwt__.cmi
/usr/lib64/ocaml/csv-lwt/csv_lwt__.cmt
/usr/lib64/ocaml/csv-lwt/csv_lwt__Csv_utils.cmi
/usr/lib64/ocaml/csv-lwt/csv_lwt__Csv_utils.cmt
/usr/lib64/ocaml/csv-lwt/dune-package
/usr/lib64/ocaml/csv-lwt/opam
References
Summary
In this tutorial we learn how to install ocaml-csv-lwt on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).