How to Install and Uninstall python36-transaction Package on openSuSE Tumbleweed
Last updated: December 25,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "python36-transaction" package
This guide covers the steps necessary to install python36-transaction on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python36-transaction
Copied
2. Uninstall "python36-transaction" package
This is a short guide on how to uninstall python36-transaction on openSuSE Tumbleweed:
$
sudo zypper remove
python36-transaction
Copied
3. Information about the python36-transaction package on openSuSE Tumbleweed
Information for package python36-transaction:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-transaction
Version : 3.0.1-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 573,0 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.
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-transaction
Version : 3.0.1-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 573,0 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.