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

Last updated: May 19,2024

1. Install "python36-openpyxl" package

Please follow the guidance below to install python36-openpyxl on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-openpyxl

2. Uninstall "python36-openpyxl" package

This tutorial shows how to uninstall python36-openpyxl on openSuSE Tumbleweed:

$ sudo zypper remove python36-openpyxl

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

Information for package python36-openpyxl:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-openpyxl
Version : 3.0.7-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 2,1 MiB
Installed : No
Status : not installed
Source package : python-openpyxl-3.0.7-1.2.src
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