How To Install ocaml-seq on Fedora 36
Introduction
In this tutorial we learn how to install ocaml-seq on Fedora 36.
What is ocaml-seq
Compatibility package for OCaml’s standard iterator type starting from 4.07.
We can use yum or dnf to install ocaml-seq on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ocaml-seq.
Install ocaml-seq 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-seq using dnf by running the following command:
sudo dnf -y install ocaml-seq
Install ocaml-seq 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-seq using yum by running the following command:
sudo yum -y install ocaml-seq
How To Uninstall ocaml-seq on Fedora 36
To uninstall only the ocaml-seq package we can use the following command:
sudo dnf remove ocaml-seq
ocaml-seq Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/6e
/usr/lib/.build-id/6e/15678c32f682bb67db362778911d82bec87213
/usr/lib64/ocaml/seq
/usr/lib64/ocaml/seq/META
/usr/lib64/ocaml/seq/seq.cma
/usr/lib64/ocaml/seq/seq.cmi
/usr/lib64/ocaml/seq/seq.cmxs
/usr/share/doc/ocaml-seq
/usr/share/doc/ocaml-seq/README.md
/usr/share/licenses/ocaml-seq
/usr/share/licenses/ocaml-seq/LICENSE
References
Summary
In this tutorial we learn how to install ocaml-seq on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).