How to Install and Uninstall ocaml-fileutils.x86_64 Package on Fedora 38

Last updated: December 04,2024

1. Install "ocaml-fileutils.x86_64" package

Please follow the guidelines below to install ocaml-fileutils.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install ocaml-fileutils.x86_64

2. Uninstall "ocaml-fileutils.x86_64" package

Please follow the steps below to uninstall ocaml-fileutils.x86_64 on Fedora 38:

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

3. Information about the ocaml-fileutils.x86_64 package on Fedora 38

Last metadata expiration check: 5:28:58 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : ocaml-fileutils
Version : 0.5.2
Release : 36.fc38
Architecture : x86_64
Size : 392 k
Source : ocaml-fileutils-0.5.2-36.fc38.src.rpm
Repository : fedora
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.