How to Install and Uninstall python3-transaction Package on openSUSE Leap

Last updated: May 16,2024

1. Install "python3-transaction" package

Please follow the step by step instructions below to install python3-transaction on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-transaction

2. Uninstall "python3-transaction" package

Please follow the steps below to uninstall python3-transaction on openSUSE Leap:

$ sudo zypper remove python3-transaction

3. Information about the python3-transaction package on openSUSE Leap

Information for package python3-transaction:
--------------------------------------------
Repository : Main Repository
Name : python3-transaction
Version : 3.0.0-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 570.3 KiB
Installed : No
Status : not installed
Source package : python-transaction-3.0.0-bp155.2.11.src
Upstream URL : https://github.com/zopefoundation/transaction
Summary : Transaction management for Python
Description :
This package contains a generic transaction implementation for Python. It is
mainly used by the ZODB, though.
Note that the data manager API, transaction.interfaces.IDataManager, is
syntactically simple, but semantically complex. The semantics were not easy to
express in the interface. This could probably use more work. The semantics are
presented in detail through examples of a sample data manager in
transaction.tests.test_SampleDataManager.