How to Install and Uninstall python3-contextlib2.noarch Package on AlmaLinux 8

Last updated: September 23,2024

1. Install "python3-contextlib2.noarch" package

Please follow the guidance below to install python3-contextlib2.noarch on AlmaLinux 8

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

2. Uninstall "python3-contextlib2.noarch" package

Please follow the guidance below to uninstall python3-contextlib2.noarch on AlmaLinux 8:

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

3. Information about the python3-contextlib2.noarch package on AlmaLinux 8

Last metadata expiration check: 2:23:09 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : python3-contextlib2
Version : 0.6.0.post1
Release : 1.el8
Architecture : noarch
Size : 26 k
Source : python-contextlib2-0.6.0.post1-1.el8.src.rpm
Repository : epel
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.