How to Install and Uninstall python3-flit.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "python3-flit.noarch" package

Please follow the instructions below to install python3-flit.noarch on Fedora 34

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

2. Uninstall "python3-flit.noarch" package

This tutorial shows how to uninstall python3-flit.noarch on Fedora 34:

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

3. Information about the python3-flit.noarch package on Fedora 34

Last metadata expiration check: 1:33:53 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-flit
Version : 3.0.0
Release : 3.fc34
Architecture : noarch
Size : 79 k
Source : python-flit-3.0.0-3.fc34.src.rpm
Repository : fedora
Summary : Simplified packaging of Python modules
URL : https://flit.readthedocs.io/en/latest/
License : BSD and ASL 2.0 and Python
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.