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

Last updated: May 18,2024

1. Install "python39-openpyxl" package

Please follow the steps below to install python39-openpyxl on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-openpyxl

2. Uninstall "python39-openpyxl" package

This is a short guide on how to uninstall python39-openpyxl on openSuSE Tumbleweed:

$ sudo zypper remove python39-openpyxl

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

Information for package python39-openpyxl:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-openpyxl
Version : 3.1.2-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 1.6 MiB
Installed : No
Status : not installed
Source package : python-openpyxl-3.1.2-1.4.src
Upstream URL : https://foss.heptapod.net/openpyxl/openpyxl
Summary : A Python library to read/write Excel 2010 xlsx/xlsm files
Description :
openpyxl is a pure python reader and writer of Excel OpenXML files.
It is ported from the PHPExcel project