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

Last updated: July 05,2024

1. Install "python310-openpyxl" package

This is a short guide on how to install python310-openpyxl on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-openpyxl

2. Uninstall "python310-openpyxl" package

Here is a brief guide to show you how to uninstall python310-openpyxl on openSuSE Tumbleweed:

$ sudo zypper remove python310-openpyxl

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

Information for package python310-openpyxl:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-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