How To Install ocaml-trie on Fedora 36

In this tutorial we learn how to install ocaml-trie in Fedora 36. ocaml-trie is Strict impure trie tree

Introduction

In this tutorial we learn how to install ocaml-trie on Fedora 36.

What is ocaml-trie

This package contains an implementation of a strict impure trie tree.

We can use yum or dnf to install ocaml-trie on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ocaml-trie.

Install ocaml-trie 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-trie using dnf by running the following command:

sudo dnf -y install ocaml-trie

Install ocaml-trie 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-trie using yum by running the following command:

sudo yum -y install ocaml-trie

How To Uninstall ocaml-trie on Fedora 36

To uninstall only the ocaml-trie package we can use the following command:

sudo dnf remove ocaml-trie

ocaml-trie Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/e4
/usr/lib/.build-id/e4/fef150df6cc3ff1ce51a1c6ebd42b51eeaaf54
/usr/lib/ocaml/trie
/usr/lib/ocaml/trie/META
/usr/lib/ocaml/trie/trie.cma
/usr/lib/ocaml/trie/trie.cmi
/usr/lib/ocaml/trie/trie.cmxs
/usr/share/licenses/ocaml-trie
/usr/share/licenses/ocaml-trie/LICENSE

References

Summary

In this tutorial we learn how to install ocaml-trie on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install ocaml-trie on Fedora 36” linkTitle: “ocaml-trie” type: “docs” description: “In this tutorial we learn how to install ocaml-trie in Fedora 36. ocaml-trie is Strict impure trie tree” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ocaml-trie-featured.png

Introduction

In this tutorial we learn how to install ocaml-trie on Fedora 36.

What is ocaml-trie

This package contains an implementation of a strict impure trie tree.

We can use yum or dnf to install ocaml-trie on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ocaml-trie.

Install ocaml-trie 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-trie using dnf by running the following command:

sudo dnf -y install ocaml-trie

Install ocaml-trie 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-trie using yum by running the following command:

sudo yum -y install ocaml-trie

How To Uninstall ocaml-trie on Fedora 36

To uninstall only the ocaml-trie package we can use the following command:

sudo dnf remove ocaml-trie

ocaml-trie Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/8c
/usr/lib/.build-id/8c/7bc0a203af7e17759fd2197156046c501818cb
/usr/lib64/ocaml/trie
/usr/lib64/ocaml/trie/META
/usr/lib64/ocaml/trie/trie.cma
/usr/lib64/ocaml/trie/trie.cmi
/usr/lib64/ocaml/trie/trie.cmxs
/usr/share/licenses/ocaml-trie
/usr/share/licenses/ocaml-trie/LICENSE

References

Summary

In this tutorial we learn how to install ocaml-trie on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).