How to Install and Uninstall python3-transaction.noarch Package on CentOS Stream 8

Last updated: January 10,2025

1. Install "python3-transaction.noarch" package

In this section, we are going to explain the necessary steps to install python3-transaction.noarch on CentOS Stream 8

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

2. Uninstall "python3-transaction.noarch" package

Please follow the step by step instructions below to uninstall python3-transaction.noarch on CentOS Stream 8:

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

3. Information about the python3-transaction.noarch package on CentOS Stream 8

Last metadata expiration check: 2:11:49 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-transaction
Version : 3.0.1
Release : 1.el8
Architecture : noarch
Size : 97 k
Source : python-transaction-3.0.1-1.el8.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.