< Home - < Back

ocaml-fileutils


Information about the package, ocaml-fileutils, which is shipped with common Linux distributions. The ocaml-fileutils package is designed for, OCaml library for common file and filename operations.


Package Name:

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.

Architecture:

x86_64

Version:

0.4.0

Release:

4.1.el6

Size:

31 k

Repository:

base

From Repository:

Licence:

LGPLv2 with exceptions



Handy Yum Commands for ocaml-fileutils


Control the ocaml-fileutils package with the following handy commands outlined below.


Command

Description of Command

yum install ocaml-fileutils

This command will install ocaml-fileutils on the server.

yum remove ocaml-fileutils

This command will un-install ocaml-fileutils on the server. When you run this command, you will be asked if you are sure that you want to remove ocaml-fileutils, so you have to manually confirm that you want to do this.

yum -y remove ocaml-fileutils

This command will un-install ocaml-fileutils on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove ocaml-fileutils when using the -y flag.

yum update ocaml-fileutils

This command will update ocaml-fileutils to the latest version. When you run this command, you will be asked if you are sure that you want to remove ocaml-fileutils, so you have to manually confirm that you want to do this.

yum -y update ocaml-fileutils

This command will update ocaml-fileutils to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove ocaml-fileutils when using the -y flag.

yum info ocaml-fileutils

This command will show you core information about the ocaml-fileutils package.

yum deplist ocaml-fileutils

This command will show you the dependencies for ocaml-fileutils. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update ocaml-fileutils

This command will check if there is an update waiting on ocaml-fileutils. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.