How to Install and Uninstall python3-distlib.noarch Package on Fedora 35

Last updated: January 16,2025

1. Install "python3-distlib.noarch" package

Please follow the step by step instructions below to install python3-distlib.noarch on Fedora 35

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

2. Uninstall "python3-distlib.noarch" package

This guide let you learn how to uninstall python3-distlib.noarch on Fedora 35:

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

3. Information about the python3-distlib.noarch package on Fedora 35

Last metadata expiration check: 3:52:00 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-distlib
Version : 0.3.2
Release : 1.fc35
Architecture : noarch
Size : 194 k
Source : python-distlib-0.3.2-1.fc35.src.rpm
Repository : fedora
Summary : Low-level components of distutils2/packaging, augmented with higher-level APIs
URL : https://readthedocs.org/projects/distlib/
License : Python
Description : Distlib contains the implementations of the packaging PEPs and other low-level
: features which relate to packaging, distribution and deployment of Python
: software. If Distlib can be made genuinely useful, then it is possible for
: third-party packaging tools to transition to using it. Their developers and
: users then benefit from standardised implementation of low-level functions,
: time saved by not having to reinvent wheels, and improved interoperability
: between tools.