How To Install ocaml-csexp on Fedora 36
Introduction
In this tutorial we learn how to install ocaml-csexp
on Fedora 36.
What is ocaml-csexp
This project provides minimal support for parsing and printing S-expressions in canonical form, which is a very simple and canonical binary encoding of S-expressions.
We can use yum
or dnf
to install ocaml-csexp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ocaml-csexp.
Install ocaml-csexp 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-csexp
using dnf
by running the following command:
sudo dnf -y install ocaml-csexp
Install ocaml-csexp 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-csexp
using yum
by running the following command:
sudo yum -y install ocaml-csexp
How To Uninstall ocaml-csexp on Fedora 36
To uninstall only the ocaml-csexp
package we can use the following command:
sudo dnf remove ocaml-csexp
ocaml-csexp Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/f8
/usr/lib/.build-id/f8/ffb80c14102da6cb99f979d198262fa2afb83f
/usr/lib64/ocaml/csexp
/usr/lib64/ocaml/csexp/META
/usr/lib64/ocaml/csexp/csexp.cma
/usr/lib64/ocaml/csexp/csexp.cmi
/usr/lib64/ocaml/csexp/csexp.cmxs
/usr/share/doc/ocaml-csexp
/usr/share/doc/ocaml-csexp/README.md
/usr/share/licenses/ocaml-csexp
/usr/share/licenses/ocaml-csexp/LICENSE.md
References
Summary
In this tutorial we learn how to install ocaml-csexp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install ocaml-csexp on Fedora 36” linkTitle: “ocaml-csexp” type: “docs” description: “In this tutorial we learn how to install ocaml-csexp in Fedora 36. ocaml-csexp is Parsing and printing of S-expressions in canonical form” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ocaml-csexp-featured.png
Introduction
In this tutorial we learn how to install ocaml-csexp
on Fedora 36.
What is ocaml-csexp
This project provides minimal support for parsing and printing S-expressions in canonical form, which is a very simple and canonical binary encoding of S-expressions.
We can use yum
or dnf
to install ocaml-csexp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ocaml-csexp.
Install ocaml-csexp 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-csexp
using dnf
by running the following command:
sudo dnf -y install ocaml-csexp
Install ocaml-csexp 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-csexp
using yum
by running the following command:
sudo yum -y install ocaml-csexp
How To Uninstall ocaml-csexp on Fedora 36
To uninstall only the ocaml-csexp
package we can use the following command:
sudo dnf remove ocaml-csexp
ocaml-csexp Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/2e6a96d3eb90b2b534492c7cf9e12fd6b7b593
/usr/lib/ocaml/csexp
/usr/lib/ocaml/csexp/META
/usr/lib/ocaml/csexp/csexp.cma
/usr/lib/ocaml/csexp/csexp.cmi
/usr/lib/ocaml/csexp/csexp.cmxs
/usr/share/doc/ocaml-csexp
/usr/share/doc/ocaml-csexp/README.md
/usr/share/licenses/ocaml-csexp
/usr/share/licenses/ocaml-csexp/LICENSE.md
References
Summary
In this tutorial we learn how to install ocaml-csexp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).