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

Last updated: May 07,2024

1. Install "python3-transaction.noarch" package

This is a short guide on how to install python3-transaction.noarch on Fedora 36

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

2. Uninstall "python3-transaction.noarch" package

Please follow the guidance below to uninstall python3-transaction.noarch on Fedora 36:

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

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

Last metadata expiration check: 0:31:09 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-transaction
Version : 3.0.1
Release : 5.fc36
Architecture : noarch
Size : 90 k
Source : python-transaction-3.0.1-5.fc36.src.rpm
Repository : fedora
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.