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

Last updated: November 25,2024

1. Install "ocaml-fileutils.x86_64" package

Please follow the guidance below to install ocaml-fileutils.x86_64 on Fedora 39

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

2. Uninstall "ocaml-fileutils.x86_64" package

Please follow the step by step instructions below to uninstall ocaml-fileutils.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 0:43:07 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : ocaml-fileutils
Version : 0.6.4
Release : 3.fc39
Architecture : x86_64
Size : 306 k
Source : ocaml-fileutils-0.6.4-3.fc39.src.rpm
Repository : fedora
Summary : OCaml library for common file and filename operations
URL : https://gildor478.github.io/ocaml-fileutils/
License : LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception
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.