How to Install and Uninstall python39-xlwt Package on openSuSE Tumbleweed

Last updated: May 15,2024

1. Install "python39-xlwt" package

This guide covers the steps necessary to install python39-xlwt on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-xlwt

2. Uninstall "python39-xlwt" package

This guide covers the steps necessary to uninstall python39-xlwt on openSuSE Tumbleweed:

$ sudo zypper remove python39-xlwt

3. Information about the python39-xlwt package on openSuSE Tumbleweed

Information for package python39-xlwt:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-xlwt
Version : 1.3.0-2.20
Arch : noarch
Vendor : openSUSE
Installed Size : 1.2 MiB
Installed : No
Status : not installed
Source package : python-xlwt-1.3.0-2.20.src
Upstream URL : https://secure.simplistix.co.uk/svn/xlwt/trunk
Summary : Library to Create Spreadsheet Files Compatible With MS Excel 97/2000/XP/2003
Description :
xlwt is a library for generating spreadsheet files that are compatible
with Excel 97/2000/XP/2003, OpenOffice.org Calc, and Gnumeric. xlwt has
full support for Unicode. Excel spreadsheets can be generated on any
platform without needing Excel or a COM server. The only requirement is
Python 2.3 to 2.6. xlwt is a fork of pyExcelerator.