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

Last updated: June 29,2024

1. Install "ocaml-fileutils.x86_64" package

Here is a brief guide to show you how to install ocaml-fileutils.x86_64 on Fedora 35

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

2. Uninstall "ocaml-fileutils.x86_64" package

This is a short guide on how to uninstall ocaml-fileutils.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 2:38:49 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ocaml-fileutils
Version : 0.5.2
Release : 28.fc35
Architecture : x86_64
Size : 385 k
Source : ocaml-fileutils-0.5.2-28.fc35.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.