How to Install and Uninstall python2-zodbpickle Package on openSUSE Leap

Last updated: May 16,2024

1. Install "python2-zodbpickle" package

Please follow the guidance below to install python2-zodbpickle on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-zodbpickle

2. Uninstall "python2-zodbpickle" package

Please follow the step by step instructions below to uninstall python2-zodbpickle on openSUSE Leap:

$ sudo zypper remove python2-zodbpickle

3. Information about the python2-zodbpickle package on openSUSE Leap

Information for package python2-zodbpickle:
-------------------------------------------
Repository : Main Repository
Name : python2-zodbpickle
Version : 2.0.0-bp153.1.21
Arch : x86_64
Vendor : openSUSE
Installed Size : 860,0 KiB
Installed : No
Status : not installed
Source package : python-zodbpickle-2.0.0-bp153.1.21.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.