< Home - < Back

ocaml-csv


Information about the package, ocaml-csv, which is shipped with common Linux distributions. The ocaml-csv package is designed for, OCaml library for reading and writing CSV files.


Package Name:

ocaml-csv

Summary:

OCaml library for reading and writing CSV files

Description:

This OCaml library can read and write CSV files, including all extensions used by Excel - eg. quotes, newlines, 8 bit characters in fields, quote-0 etc. The library comes with a handy command line tool called csvtool for handling CSV files from shell scripts.

Architecture:

x86_64

Version:

1.1.7

Release:

6.2.el6

Size:

149 k

Repository:

base

From Repository:

Licence:

LGPLv2+



Handy Yum Commands for ocaml-csv


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


Command

Description of Command

yum install ocaml-csv

This command will install ocaml-csv on the server.

yum remove ocaml-csv

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

yum -y remove ocaml-csv

This command will un-install ocaml-csv 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-csv when using the -y flag.

yum update ocaml-csv

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

yum -y update ocaml-csv

This command will update ocaml-csv 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-csv when using the -y flag.

yum info ocaml-csv

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

yum deplist ocaml-csv

This command will show you the dependencies for ocaml-csv. 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-csv

This command will check if there is an update waiting on ocaml-csv. 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.