How to Install and Uninstall ocaml-fileutils.x86_64 Package on Amazon Linux 2

Last updated: February 06,2025

1. Install "ocaml-fileutils.x86_64" package

In this section, we are going to explain the necessary steps to install ocaml-fileutils.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install ocaml-fileutils.x86_64

2. Uninstall "ocaml-fileutils.x86_64" package

Learn how to uninstall ocaml-fileutils.x86_64 on Amazon Linux 2:

$ sudo yum remove ocaml-fileutils.x86_64 $ sudo yum autoremove

3. Information about the ocaml-fileutils.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : ocaml-fileutils
Arch : x86_64
Version : 0.4.4
Release : 9.amzn2
Size : 162 k
Repo : amzn2-core/2/x86_64
Summary : OCaml library for common file and filename operations
URL : https://forge.ocamlcore.org/projects/ocaml-fileutils/
License : LGPLv2 with exceptions
Description : This library is intended to provide a basic interface to the most
: common file and filename operations. It provides several
: different filename functions: reduce, make_absolute,
: make_relative... It also enables you to manipulate real files:
: cp, mv, rm, touch...
:
: It is separated into two modules: SysUtil and SysPath. The first
: one manipulates real files, the second one is made for
: manipulating abstract filenames.