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

Last updated: September 19,2024

1. Install "python3-xlwt" package

Please follow the guidelines below to install python3-xlwt on Kali Linux

$ sudo apt update $ sudo apt install python3-xlwt

2. Uninstall "python3-xlwt" package

This guide covers the steps necessary to uninstall python3-xlwt on Kali Linux:

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

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

Package: python3-xlwt
Source: xlwt
Version: 1.3.0-4
Installed-Size: 447
Maintainer: Jan Dittberner
Architecture: all
Depends: python3:any
Suggests: python3-xlrd, python-xlrt-doc
Size: 86144
SHA256: db5e1af02b08a1e0e2001cede4d42882755c2f024898e9ace1ddfd48731c9d22
SHA1: 0f8fc6472ac848b57436f944cea6961b35bb0e40
MD5sum: f23a1ca49745ddbea50fc94556a3562d
Description: module for writing Microsoft Excel spreadsheet files - Python 3.x
This package provides a pure Python module for writing spreadsheet files
readable by Excel 97/2000/XP/2003, OpenOffice.org Calc, and Gnumeric. Excel
spreadsheets can be generated on any platform without needing Excel or a COM
server.
.
Xlwt is a fork of the unmaintained pyExcelerator module with several
bugfixes and enhancements. For the functionality previously provided by the
parse_xls function, see the python-xlrd package.
.
This package provides the Python 3.x module.
Description-md5:
Homepage: https://pypi.python.org/pypi/xlwt
Section: python
Priority: optional
Filename: pool/main/x/xlwt/python3-xlwt_1.3.0-4_all.deb