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

Last updated: April 29,2024

1. Install "python3-openpyxl" package

Please follow the instructions below to install python3-openpyxl on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-openpyxl

2. Uninstall "python3-openpyxl" package

Please follow the guidance below to uninstall python3-openpyxl on openSUSE Leap:

$ sudo zypper remove python3-openpyxl

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

Information for package python3-openpyxl:
-----------------------------------------
Repository : Main Repository
Name : python3-openpyxl
Version : 3.0.3-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 2.1 MiB
Installed : No
Status : not installed
Source package : python-openpyxl-3.0.3-bp155.2.11.src
Upstream URL : https://bitbucket.org/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