How to Install and Uninstall python3-xlrd Package on Kali Linux

Last updated: May 13,2024

1. Install "python3-xlrd" package

This tutorial shows how to install python3-xlrd on Kali Linux

$ sudo apt update $ sudo apt install python3-xlrd

2. Uninstall "python3-xlrd" package

Please follow the step by step instructions below to uninstall python3-xlrd on Kali Linux:

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

3. Information about the python3-xlrd package on Kali Linux

Package: python3-xlrd
Source: python-xlrd
Version: 2.0.1-2
Installed-Size: 411
Maintainer: Debian Python Team
Architecture: all
Replaces: python-xlrd (<< 1.1.0-2)
Depends: python3:any
Breaks: python-xlrd (<< 1.1.0-2)
Size: 88864
SHA256: 6594f62723d500ac50c0d82bea02a1c38f3a66178ca121700b63c5744a270009
SHA1: 6c75f0f6ca33cae5b2ea3093d49c4b600446cd74
MD5sum: 0442b60ca6b2dac9fa08c75a9d6c2c93
Description: extract data from Microsoft Excel spreadsheet files (Python3 version)
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 only the Python3 version of xlrd.
Description-md5:
Homepage: https://www.python-excel.org/
Section: python
Priority: optional
Filename: pool/main/p/python-xlrd/python3-xlrd_2.0.1-2_all.deb