How to Install and Uninstall cl-csv Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: April 29,2024

1. Install "cl-csv" package

Please follow the instructions below to install cl-csv on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install cl-csv

2. Uninstall "cl-csv" package

This tutorial shows how to uninstall cl-csv on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the cl-csv package on Ubuntu 21.04 (Hirsute Hippo)

Package: cl-csv
Architecture: all
Version: 20200929.git68ecb5d-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_20200929.git68ecb5d-1_all.deb
Size: 27768
MD5sum: d55310304e61e9db68dcfb2afcf64932
SHA1: 048227c69986190dc603910295fa1e8804bf610a
SHA256: 876cca3613c7fe3ecf445ff4ba6e92541872e8283482d736ebc77d2ef1e12c76
SHA512: b0e87d3b87b7f3188e33b48a16e3c232072db5e952670f9daf9f61ee9a8fd2c494f883c6e89c4eadbe813856c47c6903ace0d599c431f2da7552df133d3d006a
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