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

Last updated: April 30,2024

1. Install "python3-contextlib2.noarch" package

Please follow the guidance below to install python3-contextlib2.noarch on Fedora 35

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

2. Uninstall "python3-contextlib2.noarch" package

This tutorial shows how to uninstall python3-contextlib2.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:08:39 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : python3-contextlib2
Version : 0.6.0.post1
Release : 3.fc35
Architecture : noarch
Size : 24 k
Source : python-contextlib2-0.6.0.post1-3.fc35.src.rpm
Repository : fedora
Summary : Backports and enhancements for the contextlib module
URL : https://pypi.io/project/contextlib2
License : Python
Description : contextlib2 is a backport of the standard library's contextlib module to
: earlier Python versions.
:
: It also serves as a real world proving ground for possible future
: enhancements to the standard library version.