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

Last updated: July 04,2024

1. Install "python3-flit-core.noarch" package

This guide let you learn how to install python3-flit-core.noarch on CentOS Stream 8

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

2. Uninstall "python3-flit-core.noarch" package

Please follow the guidance below to uninstall python3-flit-core.noarch on CentOS Stream 8:

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

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

Last metadata expiration check: 4:30:54 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-flit-core
Version : 3.8.0
Release : 1.el8
Architecture : noarch
Size : 50 k
Source : python-flit-core-3.8.0-1.el8.src.rpm
Repository : epel
Summary : Simplified packaging of Python modules
URL : https://github.com/pypa/flit
License : BSD-3-Clause
Description : Flit is a simple way to put Python packages and modules on PyPI.
:
: Flit only creates packages in the new 'wheel' format. People using older
: versions of pip (<1.5) or easy_install will not be able to install them.
:
: 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.
:
: Flit requires Python 3, but you can use it to distribute modules for Python 2,
: so long as they can be imported on Python 3.