How to Install and Uninstall ocaml-fileutils Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "ocaml-fileutils" package

Please follow the guidelines below to install ocaml-fileutils on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ocaml-fileutils

2. Uninstall "ocaml-fileutils" package

In this section, we are going to explain the necessary steps to uninstall ocaml-fileutils on openSuSE Tumbleweed:

$ sudo zypper remove ocaml-fileutils

3. Information about the ocaml-fileutils package on openSuSE Tumbleweed

Information for package ocaml-fileutils:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ocaml-fileutils
Version : 0.6.4-1.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 399.1 KiB
Installed : No
Status : not installed
Source package : ocaml-fileutils-0.6.4-1.6.src
Upstream URL : https://opam.ocaml.org/packages/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.