How to Install and Uninstall ocaml-csv.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "ocaml-csv.x86_64" package

Please follow the instructions below to install ocaml-csv.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ocaml-csv.x86_64

2. Uninstall "ocaml-csv.x86_64" package

This is a short guide on how to uninstall ocaml-csv.x86_64 on Fedora 34:

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

3. Information about the ocaml-csv.x86_64 package on Fedora 34

Last metadata expiration check: 1:44:22 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ocaml-csv
Version : 1.7
Release : 25.fc34
Architecture : x86_64
Size : 718 k
Source : ocaml-csv-1.7-25.fc34.src.rpm
Repository : fedora
Summary : OCaml library for reading and writing CSV files
URL : https://github.com/Chris00/ocaml-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.