How to Install and Uninstall python3-flit.noarch Package on CentOS Stream 9

Last updated: October 01,2024

1. Install "python3-flit.noarch" package

This is a short guide on how to install python3-flit.noarch on CentOS Stream 9

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

2. Uninstall "python3-flit.noarch" package

Please follow the step by step instructions below to uninstall python3-flit.noarch on CentOS Stream 9:

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

3. Information about the python3-flit.noarch package on CentOS Stream 9

Last metadata expiration check: 1:19:38 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-flit
Version : 3.9.0
Release : 1.el9
Architecture : noarch
Size : 82 k
Source : python-flit-3.9.0-1.el9.src.rpm
Repository : epel
Summary : Simplified packaging of Python modules
URL : https://flit.pypa.io/
License : BSD-3-Clause AND Apache-2.0 AND PSF-2.0
Description : Flit is a simple way to put Python packages and modules on PyPI.
: It tries to require less thought about packaging and help you avoid common
: mistakes.
:
: Flit packages a single importable module or package at a time, using the import
: name as the name on PyPI. All sub-packages and data files within a package are
: included automatically.