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

Last updated: May 14,2024

1. Install "python-xlrd" package

Please follow the steps below to install python-xlrd on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-xlrd

2. Uninstall "python-xlrd" package

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

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

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

Package: python-xlrd
Priority: optional
Section: universe/python
Installed-Size: 562
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 0.9.4-1
Depends: python (>= 2.7), python (<< 2.8)
Filename: pool/universe/p/python-xlrd/python-xlrd_0.9.4-1_all.deb
Size: 107016
MD5sum: 8bb1f41fe53172134b226f5c305d47ea
SHA1: e97e132dd97fba1d30f41c6d12d154f8ac48aacf
SHA256: bde8f098792e13825ac9ebeeabf3dfd8685710d63980582d9ab829483eed38b6
Description-en: extract data from Microsoft Excel spreadsheet files
xlrd is a Python library to Extract data from new and old Microsoft
Excel spreadsheets. It supports both .xls and .xlsx files (from Excel
2007).
.
xlrd is a pure Python module and does not require any dependency
outside of the standard Python distribution.
.
This package contains the Python2 version of xlrd as well as the
documentation and runxlrd, a small utility to extract data from
Microsoft Excel spreadsheet files.
Description-md5: 097fe96eed66a87e1cb7bc610e3db4f6
Homepage: http://www.python-excel.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu