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

Last updated: June 27,2024

1. Install "python-csvkit" package

This tutorial shows how to install python-csvkit on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-csvkit

2. Uninstall "python-csvkit" package

This guide let you learn how to uninstall python-csvkit on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-csvkit
Priority: optional
Section: universe/python
Installed-Size: 179
Maintainer: Ubuntu Developers
Original-Maintainer: Sandro Tosi
Architecture: all
Source: csvkit
Version: 0.9.1-2
Depends: python-dateutil, python-dbf, python-openpyxl, python-six, python-sqlalchemy, python-xlrd, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/c/csvkit/python-csvkit_0.9.1-2_all.deb
Size: 32642
MD5sum: 81e63640eee1769b22f68ca00d830c2c
SHA1: e0549043646de740e7757bc3066a3da0f5fbe8ec
SHA256: eaece8f6c09f64239b5422ab3a93d63827b8c0e5b0be2380e13a79baae9684a3
Description-en: library of utilities for working with CSV
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.
.
The command-line tools are provided by the python3-csvkit package.
Description-md5: e44ab2074e80c4366b098b59cdb799e6
Homepage: https://github.com/onyxfish/csvkit
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu