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

Last updated: June 30,2024

1. Install "python2-transaction" package

Learn how to install python2-transaction on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-transaction

2. Uninstall "python2-transaction" package

Please follow the guidelines below to uninstall python2-transaction on openSUSE Leap:

$ sudo zypper remove python2-transaction

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

Information for package python2-transaction:
--------------------------------------------
Repository : Main Repository
Name : python2-transaction
Version : 3.0.0-bp153.1.17
Arch : noarch
Vendor : openSUSE
Installed Size : 579,1 KiB
Installed : No
Status : not installed
Source package : python-transaction-3.0.0-bp153.1.17.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.