How to Install and Uninstall python3-repoze-tm2.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "python3-repoze-tm2.noarch" package

This tutorial shows how to install python3-repoze-tm2.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-repoze-tm2.noarch

2. Uninstall "python3-repoze-tm2.noarch" package

This is a short guide on how to uninstall python3-repoze-tm2.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-repoze-tm2.noarch $ sudo dnf autoremove

3. Information about the python3-repoze-tm2.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:22:57 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-repoze-tm2
Version : 2.2.0
Release : 2.el9
Architecture : noarch
Size : 24 k
Source : python-repoze-tm2-2.2.0-2.el9.src.rpm
Repository : epel
Summary : Zope-like transaction manager via WSGI middleware
URL : https://pypi.python.org/pypi/repoze.tm2
License : BSD
Description : The ZODB transaction manager is a completely generic transaction manager. It
: can be used independently of the actual "object database" part of ZODB. One
: of the purposes of creating repoze.tm was to allow for systems other than
: Zope to make use of two-phase commit transactions in a WSGI context.
:
: This package contains the python3 version of the library.