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

Last updated: June 29,2024

1. Install "python311-openpyxl" package

Please follow the step by step instructions below to install python311-openpyxl on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-openpyxl

2. Uninstall "python311-openpyxl" package

Please follow the steps below to uninstall python311-openpyxl on openSuSE Tumbleweed:

$ sudo zypper remove python311-openpyxl

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

Information for package python311-openpyxl:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-openpyxl
Version : 3.1.2-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 2.0 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