How to Install and Uninstall python3-zipp.noarch Package on CentOS 8 / RHEL 8

Last updated: July 01,2024

1. Install "python3-zipp.noarch" package

Please follow the guidance below to install python3-zipp.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "python3-zipp.noarch" package

This guide covers the steps necessary to uninstall python3-zipp.noarch on CentOS 8 / RHEL 8:

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

3. Information about the python3-zipp.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:10:11 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-zipp
Version : 0.5.1
Release : 3.el8
Architecture : noarch
Size : 14 k
Source : python-zipp-0.5.1-3.el8.src.rpm
Repository : epel
Summary : Backport of pathlib-compatible object wrapper for zip files
URL : https://github.com/jaraco/zipp
License : MIT
Description : A pathlib-compatible Zipfile object wrapper. A backport of the Path object.