How to Install and Uninstall ocaml-fileutils Package on openSUSE Leap

Last updated: July 05,2024

1. Install "ocaml-fileutils" package

Please follow the instructions below to install ocaml-fileutils on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ocaml-fileutils

2. Uninstall "ocaml-fileutils" package

Here is a brief guide to show you how to uninstall ocaml-fileutils on openSUSE Leap:

$ sudo zypper remove ocaml-fileutils

3. Information about the ocaml-fileutils package on openSUSE Leap

Information for package ocaml-fileutils:
----------------------------------------
Repository : Main Repository
Name : ocaml-fileutils
Version : 0.5.2-7.4
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 298.5 KiB
Installed : No
Status : not installed
Source package : ocaml-fileutils-0.5.2-7.4.src
Upstream URL : https://github.com/gildor478/ocaml-fileutils
Summary : OCaml library for common file and filename operations
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.