How To Install ocaml-fileutils on Fedora 36

In this tutorial we learn how to install ocaml-fileutils in Fedora 36. ocaml-fileutils is OCaml library for common file and filename operations

Introduction

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

What is ocaml-fileutils

This library is intended to provide a basic interface to the most common file and filename operations. It provides several different filename functions enables you to manipulate real files It is separated into two modules manipulates real files, the second one is made for manipulating abstract filenames.

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

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

sudo dnf -y install ocaml-fileutils

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

sudo yum -y install ocaml-fileutils

How To Uninstall ocaml-fileutils on Fedora 36

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

sudo dnf remove ocaml-fileutils

ocaml-fileutils Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/d9
/usr/lib/.build-id/d9/87cb0cd5e03f249d3be9a1e6eaf4187d96d94a
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/4c139935ca051527835942004bdae981d141a9
/usr/lib64/ocaml/fileutils
/usr/lib64/ocaml/fileutils/FilePath.annot
/usr/lib64/ocaml/fileutils/FilePath.cmi
/usr/lib64/ocaml/fileutils/FilePath.cmt
/usr/lib64/ocaml/fileutils/FilePath.cmti
/usr/lib64/ocaml/fileutils/FileUtil.annot
/usr/lib64/ocaml/fileutils/FileUtil.cmi
/usr/lib64/ocaml/fileutils/FileUtil.cmt
/usr/lib64/ocaml/fileutils/FileUtil.cmti
/usr/lib64/ocaml/fileutils/FileUtilStr.annot
/usr/lib64/ocaml/fileutils/FileUtilStr.cmi
/usr/lib64/ocaml/fileutils/FileUtilStr.cmt
/usr/lib64/ocaml/fileutils/META
/usr/lib64/ocaml/fileutils/fileutils-str.cma
/usr/lib64/ocaml/fileutils/fileutils-str.cmxs
/usr/lib64/ocaml/fileutils/fileutils.cma
/usr/lib64/ocaml/fileutils/fileutils.cmxs
/usr/share/doc/ocaml-fileutils
/usr/share/doc/ocaml-fileutils/COPYING.txt
---
title: "How To Install ocaml-fileutils on Fedora 36"
linkTitle: "ocaml-fileutils"
type: "docs"
description: "In this tutorial we learn how to install ocaml-fileutils in Fedora 36. ocaml-fileutils is OCaml library for common file and filename operations"

date: “2022-08-17”

lastmod: “2022-08-17”

References

#image: /images/fedora/36/ocaml-fileutils-featured.png


Introduction

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

Summary

What is ocaml-fileutils

This library is intended to provide a basic interface to the most common file and filename operations. It provides several different filename functions enables you to manipulate real files It is separated into two modules manipulates real files, the second one is made for manipulating abstract filenames.
In this tutorial we learn how to install ocaml-fileutils on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

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

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

sudo dnf -y install ocaml-fileutils

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

sudo yum -y install ocaml-fileutils

How To Uninstall ocaml-fileutils on Fedora 36

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

sudo dnf remove ocaml-fileutils

ocaml-fileutils Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/2c
/usr/lib/.build-id/2c/a5dd809bcc1a00fb01eddac8175f8b076f38b6
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/e8a1bb69f816707fb651978d7b0baaca60cfb0
/usr/lib/ocaml/fileutils
/usr/lib/ocaml/fileutils/FilePath.annot
/usr/lib/ocaml/fileutils/FilePath.cmi
/usr/lib/ocaml/fileutils/FilePath.cmt
/usr/lib/ocaml/fileutils/FilePath.cmti
/usr/lib/ocaml/fileutils/FileUtil.annot
/usr/lib/ocaml/fileutils/FileUtil.cmi
/usr/lib/ocaml/fileutils/FileUtil.cmt
/usr/lib/ocaml/fileutils/FileUtil.cmti
/usr/lib/ocaml/fileutils/FileUtilStr.annot
/usr/lib/ocaml/fileutils/FileUtilStr.cmi
/usr/lib/ocaml/fileutils/FileUtilStr.cmt
/usr/lib/ocaml/fileutils/META
/usr/lib/ocaml/fileutils/fileutils-str.cma
/usr/lib/ocaml/fileutils/fileutils-str.cmxs
/usr/lib/ocaml/fileutils/fileutils.cma
/usr/lib/ocaml/fileutils/fileutils.cmxs
/usr/share/doc/ocaml-fileutils
/usr/share/doc/ocaml-fileutils/COPYING.txt

References

Summary

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