How to Install and Uninstall csvtool Package on Kali Linux

Last updated: May 15,2024

1. Install "csvtool" package

In this section, we are going to explain the necessary steps to install csvtool on Kali Linux

$ sudo apt update $ sudo apt install csvtool

2. Uninstall "csvtool" package

This tutorial shows how to uninstall csvtool on Kali Linux:

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

3. Information about the csvtool package on Kali Linux

Package: csvtool
Source: ocaml-csv (2.4-3)
Version: 2.4-3+b1
Installed-Size: 1619
Maintainer: Debian OCaml Maintainers
Architecture: amd64
Depends: libc6 (>= 2.35)
Size: 444844
SHA256: 237e02d6b0b98e8e9a7c9d422e3ee8d71f076cfdbd239b6510aff2909a06b0a5
SHA1: 7c7ff8868d79b755e0de296b2e402b19161c197e
MD5sum: fe54b010003e30abaaa5525fce7ceb31
Description: 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:
Homepage: https://github.com/Chris00/ocaml-csv
Tag: implemented-in::ocaml, role::program, uitoolkit::ncurses,
works-with::text
Section: utils
Priority: optional
Filename: pool/main/o/ocaml-csv/csvtool_2.4-3+b1_amd64.deb