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

Last updated: May 13,2024

1. Install "python-xlsxwriter" package

In this section, we are going to explain the necessary steps to install python-xlsxwriter on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-xlsxwriter

2. Uninstall "python-xlsxwriter" package

Here is a brief guide to show you how to uninstall python-xlsxwriter on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-xlsxwriter
Priority: optional
Section: universe/python
Installed-Size: 773
Maintainer: Sylvain Pineau
Architecture: all
Source: xlsxwriter
Version: 0.7.3-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/x/xlsxwriter/python-xlsxwriter_0.7.3-1_all.deb
Size: 142196
MD5sum: 68a4f43b3109f26bfb3f5f1692c707e6
SHA1: 5c08a49c30de9b38ddb28ee9157e30336cd764cd
SHA256: 5ed20244736f69f5419ea10ffca17186da29d6913228f2f0c535ad10cb62b579
Description-en: Python 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
Description-md5: cce151d52a422ec9da9606fc16e76bd3
Homepage: http://xlsxwriter.readthedocs.org/en/latest/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu