How to Install and Uninstall python3-csvkit Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 21,2024

1. Install "python3-csvkit" package

This guide let you learn how to install python3-csvkit on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-csvkit

2. Uninstall "python3-csvkit" package

Please follow the guidelines below to uninstall python3-csvkit on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-csvkit $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-csvkit package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-csvkit
Priority: optional
Section: universe/python
Installed-Size: 194
Maintainer: Ubuntu Developers
Original-Maintainer: Sandro Tosi
Architecture: all
Source: csvkit
Version: 0.9.1-2
Depends: python3, python3-dateutil, python3-openpyxl, python3-six, python3-sqlalchemy, python3-xlrd, python3:any (>= 3.3.2-2~)
Suggests: python3-dbf
Filename: pool/universe/c/csvkit/python3-csvkit_0.9.1-2_all.deb
Size: 33564
MD5sum: 729b78a282fec04f41af3cf42b2c86dc
SHA1: 969cea6ddc3af79dec0f2e1d7d196b4c664e7e16
SHA256: 63b452cbceaaead07b45aeb5e2778ba0bec91912c9d88ca21575838e5b894531
Description-en: library of utilities for working with CSV (Python 3)
csvkit is a suite of utilities for converting to and working with CSV, the king
of tabular file formats.
.
It is inspired by pdftk, gdal and the original csvcut utility by Joe Germuska
and Aaron Bycoffe.
.
This package contains the Python3 version of csvkit and the command-line tools.
Description-md5: 99778d968661587484b9a091742d25c6
Homepage: https://github.com/onyxfish/csvkit
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu