How to Install and Uninstall python3-tblib Package on openSUSE Leap

Last updated: May 05,2024

1. Install "python3-tblib" package

Please follow the step by step instructions below to install python3-tblib on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-tblib

2. Uninstall "python3-tblib" package

This is a short guide on how to uninstall python3-tblib on openSUSE Leap:

$ sudo zypper remove python3-tblib

3. Information about the python3-tblib package on openSUSE Leap

Information for package python3-tblib:
--------------------------------------
Repository : Main Repository
Name : python3-tblib
Version : 1.6.0-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 91.8 KiB
Installed : No
Status : not installed
Source package : python-tblib-1.6.0-bp155.2.12.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.