How to Install and Uninstall python3-flit.noarch Package on AlmaLinux 8
Last updated: November 28,2024
1. Install "python3-flit.noarch" package
This guide let you learn how to install python3-flit.noarch on AlmaLinux 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-flit.noarch
Copied
2. Uninstall "python3-flit.noarch" package
This is a short guide on how to uninstall python3-flit.noarch on AlmaLinux 8:
$
sudo dnf remove
python3-flit.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-flit.noarch package on AlmaLinux 8
Last metadata expiration check: 0:06:43 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : python3-flit
Version : 1.3
Release : 1.el8
Architecture : noarch
Size : 103 k
Source : python-flit-1.3-1.el8.src.rpm
Repository : epel
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 subpackages 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.
Available Packages
Name : python3-flit
Version : 1.3
Release : 1.el8
Architecture : noarch
Size : 103 k
Source : python-flit-1.3-1.el8.src.rpm
Repository : epel
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 subpackages 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.