How to Install and Uninstall cl-csv Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: October 04,2024

1. Install "cl-csv" package

This is a short guide on how to install cl-csv on Ubuntu 16.04 LTS (Xenial Xerus)

$ 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 16.04 LTS (Xenial Xerus):

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

3. Information about the cl-csv package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: cl-csv
Priority: optional
Section: universe/lisp
Installed-Size: 80
Maintainer: Ubuntu Developers
Original-Maintainer: Dimitri Fontaine
Architecture: all
Version: 20150608-1
Depends: cl-iterate, cl-alexandria, cl-interpol
Filename: pool/universe/c/cl-csv/cl-csv_20150608-1_all.deb
Size: 14238
MD5sum: 371add20f4ad6e743f3266224c411b91
SHA1: f66b3c980eb1c2053764762d3be3059c49276d25
SHA256: a3294fc3ca6db30bd8a64503024222f458cbfd089e7b03d7eeff3582e560c1ce
Description-en: Common Lisp library providing easy csv reading and writing
I had many scattered, not well tested, not easily runable pieces of csv
code. I was unhappy with this situation then decided to refactor all of
this into a single location. I wrote tests for it and had a library so I
thought I might release it. This project started as extensions and bugfixes
on arnesi's CSV.
.
I then looked around and saw there are other csv libs out there that
probably mostly accomplished what I had set out to do. However, I already
had code that was tested and had an easier license (BSD) so, I figured why
not just release it anyway.
Description-md5: 6e2907adeed6f3e090946c970989c6f0
Homepage: https://github.com/AccelerationNet/cl-csv
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu