How to Install and Uninstall python3-openpyxl.noarch Package on Fedora 36

Last updated: October 06,2024

1. Install "python3-openpyxl.noarch" package

This guide let you learn how to install python3-openpyxl.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-openpyxl.noarch

2. Uninstall "python3-openpyxl.noarch" package

Please follow the step by step instructions below to uninstall python3-openpyxl.noarch on Fedora 36:

$ sudo dnf remove python3-openpyxl.noarch $ sudo dnf autoremove

3. Information about the python3-openpyxl.noarch package on Fedora 36

Last metadata expiration check: 2:24:26 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-openpyxl
Version : 3.0.3
Release : 6.fc36
Architecture : noarch
Size : 411 k
Source : python-openpyxl-3.0.3-6.fc36.src.rpm
Repository : fedora
Summary : Python library to read/write Excel 2010 xlsx/xlsm files
URL : https://pypi.python.org/pypi/openpyxl
License : MIT and Python
Description : openpyxl is a Python library to read/write Excel 2010 xlsx/xlsm/xltx/xltm files.
:
: It was born from lack of existing library to read/write natively from Python the
: Office Open XML format.