How to Install and Uninstall python3-flit-core.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 14,2024

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

This tutorial shows how to install python3-flit-core.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

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

This guide covers the steps necessary to uninstall python3-flit-core.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the python3-flit-core.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:48:27 ago on Mon Feb 26 15:59:38 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.