How to Install and Uninstall ocaml-fileutils.i686 Package on Fedora 34

Last updated: October 06,2024

1. Install "ocaml-fileutils.i686" package

Please follow the guidance below to install ocaml-fileutils.i686 on Fedora 34

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

2. Uninstall "ocaml-fileutils.i686" package

Please follow the guidance below to uninstall ocaml-fileutils.i686 on Fedora 34:

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

3. Information about the ocaml-fileutils.i686 package on Fedora 34

Last metadata expiration check: 4:05:46 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ocaml-fileutils
Version : 0.5.2
Release : 25.fc34
Architecture : i686
Size : 386 k
Source : ocaml-fileutils-0.5.2-25.fc34.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.