How to Install and Uninstall csvtool Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 13,2024

1. Install "csvtool" package

This tutorial shows how to install csvtool on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install csvtool

2. Uninstall "csvtool" package

Please follow the guidance below to uninstall csvtool on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove csvtool $ sudo apt autoclean && sudo apt autoremove

3. Information about the csvtool package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: csvtool
Priority: optional
Section: universe/utils
Installed-Size: 579
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: ocaml-csv
Version: 1.4.2-1
Depends: libc6 (>= 2.14)
Filename: pool/universe/o/ocaml-csv/csvtool_1.4.2-1_amd64.deb
Size: 171502
MD5sum: 5ae3f069b8d028f32e9dfa5d0c8833a1
SHA1: 41f08ac5ee5766ce7d41f45d818cae58d4c271a6
SHA256: f6323db6375f5c00bfb7d6f349dc6088803f62d5703bfd59240412f2913ae0b1
Description-en: handy command line tool for handling CSV files
OCaml CSV is a library to read and write CSV (comma-separated values)
files. It also supports all extensions used by Excel - eg. quotes,
newlines, 8 bit characters in fields, etc.
.
This package contains csvtool, a handy command line tool for handling
CSV files from shell scripts.
Description-md5: 1b264967a7da75aca841a27594b45043
Homepage: http://forge.ocamlcore.org/projects/csv/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu