How to Install and Uninstall cl-csv Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: October 04,2024

1. Install "cl-csv" package

This tutorial shows how to install cl-csv on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install cl-csv

2. Uninstall "cl-csv" package

This guide let you learn how to uninstall cl-csv on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the cl-csv package on Ubuntu 20.10 (Groovy Gorilla)

Package: cl-csv
Architecture: all
Version: 20180712.git3eba29c-1
Priority: optional
Section: universe/lisp
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Common Lisp Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 123
Depends: cl-iterate, cl-alexandria, cl-interpol
Conflicts: cl-csv-clsql, cl-csv-data-table
Replaces: cl-csv-clsql, cl-csv-data-table
Filename: pool/universe/c/cl-csv/cl-csv_20180712.git3eba29c-1_all.deb
Size: 27540
MD5sum: a1c1b75d1ab7f8ffc61bfc92050d4b4e
SHA1: a8a52603faac7b4d3021571cd37cd4ae2b0281c2
SHA256: 589070f6925c4e352bab6da382084333c2bf297897148c7945cc36f78f3e3b20
SHA512: c8b758107ec5f629f54f337360354907258880d3d24b28a8fb6aee81baf9ea2e8322e97a188c93dfbbb29bc02dc6401ec656fa5a961801c5cfbd4863396e0edd
Homepage: https://github.com/AccelerationNet/cl-csv
Description-en: 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: a384a582ae0f00bdad48b967575239d4