How to Install and Uninstall python311-zodbpickle Package on openSuSE Tumbleweed
Last updated: November 08,2024
1. Install "python311-zodbpickle" package
This guide let you learn how to install python311-zodbpickle on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python311-zodbpickle
Copied
2. Uninstall "python311-zodbpickle" package
This tutorial shows how to uninstall python311-zodbpickle on openSuSE Tumbleweed:
$
sudo zypper remove
python311-zodbpickle
Copied
3. Information about the python311-zodbpickle package on openSuSE Tumbleweed
Information for package python311-zodbpickle:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-zodbpickle
Version : 3.1-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 877.8 KiB
Installed : No
Status : not installed
Source package : python-zodbpickle-3.1-1.4.src
Upstream URL : https://pypi.python.org/pypi/zodbpickle
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.
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-zodbpickle
Version : 3.1-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 877.8 KiB
Installed : No
Status : not installed
Source package : python-zodbpickle-3.1-1.4.src
Upstream URL : https://pypi.python.org/pypi/zodbpickle
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.