How to Install and Uninstall python3-xlwt.noarch Package on Fedora 35

Last updated: July 03,2024

1. Install "python3-xlwt.noarch" package

In this section, we are going to explain the necessary steps to install python3-xlwt.noarch on Fedora 35

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

2. Uninstall "python3-xlwt.noarch" package

This guide covers the steps necessary to uninstall python3-xlwt.noarch on Fedora 35:

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

3. Information about the python3-xlwt.noarch package on Fedora 35

Last metadata expiration check: 0:40:53 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-xlwt
Version : 1.3.0
Release : 2.fc35
Architecture : noarch
Size : 207 k
Source : python-xlwt-1.3.0-2.fc35.src.rpm
Repository : fedora
Summary : Spreadsheet python library
URL : http://pypi.python.org/pypi/xlwt
License : LGPLv2+ and BSD and BSD with advertising
Description : A library for generating spreadsheet files that are compatible with
: Excel 97/2000/XP/2003, OpenOffice.org Calc, and Gnumeric. xlwt has
: full support for Unicode. Excel spreadsheets can be generated on any
: platform without needing Excel or a COM server. The only requirement
: is Python 2.6 or later.