How to Install and Uninstall python39-transaction Package on openSuSE Tumbleweed
Last updated: November 17,2024
1. Install "python39-transaction" package
This guide let you learn how to install python39-transaction on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python39-transaction
Copied
2. Uninstall "python39-transaction" package
Please follow the steps below to uninstall python39-transaction on openSuSE Tumbleweed:
$
sudo zypper remove
python39-transaction
Copied
3. Information about the python39-transaction package on openSuSE Tumbleweed
Information for package python39-transaction:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-transaction
Version : 3.0.1-3.6
Arch : noarch
Vendor : openSUSE
Installed Size : 517.8 KiB
Installed : No
Status : not installed
Source package : python-transaction-3.0.1-3.6.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.
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-transaction
Version : 3.0.1-3.6
Arch : noarch
Vendor : openSUSE
Installed Size : 517.8 KiB
Installed : No
Status : not installed
Source package : python-transaction-3.0.1-3.6.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.