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

Last updated: October 11,2024

1. Install "python3-transaction.noarch" package

Here is a brief guide to show you how to install python3-transaction.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-transaction.noarch" package

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

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

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

Last metadata expiration check: 2:08:47 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-transaction
Version : 3.0.1
Release : 8.el9
Architecture : noarch
Size : 89 k
Source : python-transaction-3.0.1-8.el9.src.rpm
Repository : epel
Summary : Transaction management for Python 3
URL : https://pypi.io/project/transaction
License : ZPLv2.1
Description : This package contains a generic transaction implementation for Python. It is
: mainly used by the ZODB, though.