How to Install and Uninstall python38-transaction Package on openSuSE Tumbleweed

Last updated: June 29,2024

1. Install "python38-transaction" package

Please follow the step by step instructions below to install python38-transaction on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-transaction

2. Uninstall "python38-transaction" package

Please follow the step by step instructions below to uninstall python38-transaction on openSuSE Tumbleweed:

$ sudo zypper remove python38-transaction

3. Information about the python38-transaction package on openSuSE Tumbleweed

Information for package python38-transaction:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-transaction
Version : 3.0.1-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 565,6 KiB
Installed : No
Status : not installed
Source package : python-transaction-3.0.1-1.5.src
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.