How to Install and Uninstall python3-packaging.noarch Package on CentOS Stream 9

Last updated: October 05,2024

1. Install "python3-packaging.noarch" package

Here is a brief guide to show you how to install python3-packaging.noarch on CentOS Stream 9

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

2. Uninstall "python3-packaging.noarch" package

This tutorial shows how to uninstall python3-packaging.noarch on CentOS Stream 9:

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

3. Information about the python3-packaging.noarch package on CentOS Stream 9

Last metadata expiration check: 0:52:53 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-packaging
Version : 20.9
Release : 5.el9
Architecture : noarch
Size : 77 k
Source : python-packaging-20.9-5.el9.src.rpm
Repository : appstream
Summary : Core utilities for Python packages
URL : https://github.com/pypa/packaging
License : BSD or ASL 2.0
Description : python-packaging provides core utilities for Python packages like utilities for
: dealing with versions, specifiers, markers etc.