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

Last updated: September 28,2024

1. Install "python3-contextlib2.noarch" package

Please follow the steps below to install python3-contextlib2.noarch on Fedora 36

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

2. Uninstall "python3-contextlib2.noarch" package

Please follow the steps below to uninstall python3-contextlib2.noarch on Fedora 36:

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

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

Last metadata expiration check: 1:39:32 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-contextlib2
Version : 0.6.0.post1
Release : 4.fc36
Architecture : noarch
Size : 24 k
Source : python-contextlib2-0.6.0.post1-4.fc36.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.