How to Install and Uninstall cl-csv Package on Kali Linux

Last updated: May 08,2024

1. Install "cl-csv" package

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

$ sudo apt update $ sudo apt install cl-csv

2. Uninstall "cl-csv" package

Please follow the steps below to uninstall cl-csv on Kali Linux:

$ sudo apt remove cl-csv $ sudo apt autoclean && sudo apt autoremove

3. Information about the cl-csv package on Kali Linux

Package: cl-csv
Version: 20200929.git68ecb5d-1
Installed-Size: 123
Maintainer: Debian Common Lisp Team
Architecture: all
Replaces: cl-csv-clsql, cl-csv-data-table
Depends: cl-iterate, cl-alexandria, cl-interpol
Conflicts: cl-csv-clsql, cl-csv-data-table
Size: 27716
SHA256: faf3ae1980f46137a8a09c92de5d33164e2c0069e3c1f2582db37e90630f7914
SHA1: a13c83f67199e41fac80c462810b94a53b814ce1
MD5sum: 0298efebee888942455bc0bad545d61d
Description: Common Lisp library providing easy CSV reading and writing
This Common Lisp library aims to simplify working with CSVs:
.
* reads/writes CSVs from/to strings, streams and files
* support streaming reads (allowing processing very large CSVs, through
read-csv's row-fn parameter)
* supports custom data formatting
* settable quote, separator and quote-escapes
* supports multiline quoted data
* a test suite
* detailed state about the process on error (line number, column number,
char index), current collection state
Description-md5:
Homepage: https://github.com/AccelerationNet/cl-csv
Section: lisp
Priority: optional
Filename: pool/main/c/cl-csv/cl-csv_20200929.git68ecb5d-1_all.deb