How to Install and Uninstall python310-serpent Package on openSuSE Tumbleweed

Last updated: July 02,2024

1. Install "python310-serpent" package

Please follow the guidance below to install python310-serpent on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-serpent

2. Uninstall "python310-serpent" package

Here is a brief guide to show you how to uninstall python310-serpent on openSuSE Tumbleweed:

$ sudo zypper remove python310-serpent

3. Information about the python310-serpent package on openSuSE Tumbleweed

Information for package python310-serpent:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-serpent
Version : 1.41-3.6
Arch : noarch
Vendor : openSUSE
Installed Size : 45.7 KiB
Installed : No
Status : not installed
Source package : python-serpent-1.41-3.6.src
Upstream URL : https://github.com/irmen/Serpent
Summary : Serialization based on astliteral_eval
Description :
Serpent is a simple serialization library based on ast.literal_eval.
Because it only serializes literals and recreates the objects using ast.literal_eval(),
the serialized data is safe to transport to other machines (over the network for instance)
and de-serialize it there.