How To Install ocaml-tplib-tools on Fedora 36

In this tutorial we learn how to install ocaml-tplib-tools in Fedora 36. ocaml-tplib-tools is Tools that use TPLib

Introduction

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

What is ocaml-tplib-tools

Tools that use TPLib.

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

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

sudo dnf -y install ocaml-tplib-tools

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

sudo yum -y install ocaml-tplib-tools

How To Uninstall ocaml-tplib-tools on Fedora 36

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

sudo dnf remove ocaml-tplib-tools

ocaml-tplib-tools Package Contents on Fedora 36

/usr/bin/compute_ext_rays
/usr/bin/compute_ext_rays_polar
/usr/bin/compute_halfspaces
/usr/bin/compute_minimal_external_representations
/usr/bin/compute_tangent_hypergraph
/usr/bin/compute_tropical_complex
/usr/lib/.build-id
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/6f0c103a1f2450574581268adc26c73e688f3e
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/98a35d6b22c967820d5e2ac029db5095cff2e0
/usr/lib/.build-id/50
/usr/lib/.build-id/50/3cb825bbe4da41ed49a91d58015c5913419049
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/7038e4bf300b91caecbee7c19d3da083352ad8
/usr/lib/.build-id/bc
/usr/lib/.build-id/bc/7a9d44494dd915c83f56591a81348c19f104c6
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/204e44abdb1540a8f7530396f6a9d4f65b2c10
/usr/share/man/man1/compute_ext_rays.1.gz
/usr/share/man/man1/compute_ext_rays_polar.1.gz
/usr/share/man/man1/compute_halfspaces.1.gz
/usr/share/man/man1/compute_minimal_external_representations.1.gz
/usr/share/man/man1/compute_tangent_hypergraph.1.gz
/usr/share/man/man1/compute_tropical_complex.1.gz

References

Summary

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