How to Install and Uninstall python3-flit.noarch Package on AlmaLinux 9
Last updated: November 25,2024
1. Install "python3-flit.noarch" package
Here is a brief guide to show you how to install python3-flit.noarch on AlmaLinux 9
$
sudo dnf update
Copied
$
sudo dnf install
python3-flit.noarch
Copied
2. Uninstall "python3-flit.noarch" package
This guide let you learn how to uninstall python3-flit.noarch on AlmaLinux 9:
$
sudo dnf remove
python3-flit.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-flit.noarch package on AlmaLinux 9
Last metadata expiration check: 0:51:44 ago on Wed Mar 13 07:41:12 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.
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.