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

Last updated: May 19,2024

1. Install "python3-xlsxwriter" package

This is a short guide on how to install python3-xlsxwriter on Kali Linux

$ sudo apt update $ sudo apt install python3-xlsxwriter

2. Uninstall "python3-xlsxwriter" package

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

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

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

Package: python3-xlsxwriter
Source: xlsxwriter
Version: 3.1.9-1
Installed-Size: 1548
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 566720
SHA256: ab9a387d10ed5cf0de1cc6e1090f063c81fafe433968fd2ce41b55e74c8925cb
SHA1: de17945f7c8e3e5718bf23df3e8779446f4cfc4c
MD5sum: e7806613fa83c6d2f3dc9204436d0894
Description: Python 3 module for creating Excel XLSX files
XlsxWriter is a Python module for writing files in the Excel 2007+ XLSX
file format.
.
XlsxWriter can be used to write text, numbers, formulas and hyperlinks to
multiple worksheets and it supports features such as formatting and many more,
including:
.
* 100% compatible Excel XLSX files
* Full formatting
* Merged cells
* Defined names
* Charts
* Autofilters
* Data validation and drop down lists
* Conditional formatting
* Worksheet PNG/JPEG images
* Rich multi-format strings
.
This is the Python 3 version of the package.
Description-md5:
Homepage: https://xlsxwriter.readthedocs.org/
Section: python
Priority: optional
Filename: pool/main/x/xlsxwriter/python3-xlsxwriter_3.1.9-1_all.deb