How to Install and Uninstall python312-tblib Package on openSuSE Tumbleweed
Last updated: November 05,2024
1. Install "python312-tblib" package
Learn how to install python312-tblib on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python312-tblib
Copied
2. Uninstall "python312-tblib" package
This is a short guide on how to uninstall python312-tblib on openSuSE Tumbleweed:
$
sudo zypper remove
python312-tblib
Copied
3. Information about the python312-tblib package on openSuSE Tumbleweed
Information for package python312-tblib:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-tblib
Version : 1.7.0-2.6
Arch : noarch
Vendor : openSUSE
Installed Size : 91.1 KiB
Installed : No
Status : not installed
Source package : python-tblib-1.7.0-2.6.src
Upstream URL : https://github.com/ionelmc/python-tblib
Summary : Traceback serialization library
Description :
Traceback serialization library.
It allows you to:
* Pickle tracebacks and raise exceptions with pickled tracebacks in
different processes. This allows better error handling when running
code over multiple processes (imagine multiprocessing, billiard,
futures, celery etc).
* Create traceback objects from strings (the ``from_string`` method).
*No pickling is used*.
* Serialize tracebacks to/from plain dicts (the ``from_dict`` and
``to_dict`` methods). *No pickling is used*.
* Raise the tracebacks created from the aforementioned sources.
Again, note that using the pickle support is completely optional. You
are solely responsible for security problems should you decide to use
the pickle support.
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-tblib
Version : 1.7.0-2.6
Arch : noarch
Vendor : openSUSE
Installed Size : 91.1 KiB
Installed : No
Status : not installed
Source package : python-tblib-1.7.0-2.6.src
Upstream URL : https://github.com/ionelmc/python-tblib
Summary : Traceback serialization library
Description :
Traceback serialization library.
It allows you to:
* Pickle tracebacks and raise exceptions with pickled tracebacks in
different processes. This allows better error handling when running
code over multiple processes (imagine multiprocessing, billiard,
futures, celery etc).
* Create traceback objects from strings (the ``from_string`` method).
*No pickling is used*.
* Serialize tracebacks to/from plain dicts (the ``from_dict`` and
``to_dict`` methods). *No pickling is used*.
* Raise the tracebacks created from the aforementioned sources.
Again, note that using the pickle support is completely optional. You
are solely responsible for security problems should you decide to use
the pickle support.