How to Install and Uninstall python3-xlwt Package on openSUSE Leap

Last updated: May 19,2024

1. Install "python3-xlwt" package

In this section, we are going to explain the necessary steps to install python3-xlwt on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-xlwt

2. Uninstall "python3-xlwt" package

Here is a brief guide to show you how to uninstall python3-xlwt on openSUSE Leap:

$ sudo zypper remove python3-xlwt

3. Information about the python3-xlwt package on openSUSE Leap

Information for package python3-xlwt:
-------------------------------------
Repository : Main Repository
Name : python3-xlwt
Version : 1.3.0-bp155.2.13
Arch : noarch
Vendor : openSUSE
Installed Size : 1.7 MiB
Installed : No
Status : not installed
Source package : python-xlwt-1.3.0-bp155.2.13.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.