How to Install and Uninstall python36-zodbpickle Package on openSuSE Tumbleweed

Last updated: July 01,2024

1. Install "python36-zodbpickle" package

Please follow the guidance below to install python36-zodbpickle on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-zodbpickle

2. Uninstall "python36-zodbpickle" package

Please follow the guidelines below to uninstall python36-zodbpickle on openSuSE Tumbleweed:

$ sudo zypper remove python36-zodbpickle

3. Information about the python36-zodbpickle package on openSuSE Tumbleweed

Information for package python36-zodbpickle:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-zodbpickle
Version : 2.1.0-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 896,1 KiB
Installed : No
Status : not installed
Source package : python-zodbpickle-2.1.0-1.1.src
Summary : Fork of Python 3 pickle module
Description :
This package presents a uniform pickling interface for ZODB:
* Under Python2, this package forks both Python 2.7’s pickle and
cPickle modules, adding support for the protocol 3 opcodes.
It also provides a new subclass of bytes, zodbpickle.binary,
which Python2 applications can use to pickle binary values such
that they will be unpickled as bytes under Py3k.
* Under Py3k, this package forks the pickle module (and the
supporting C extension) from both Python 3.2 and Python 3.3.
The fork add support for the noload operations used by ZODB.