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

Last updated: November 23,2024

1. Install "python312-serpent" package

This tutorial shows how to install python312-serpent on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-serpent

2. Uninstall "python312-serpent" package

This is a short guide on how to uninstall python312-serpent on openSuSE Tumbleweed:

$ sudo zypper remove python312-serpent

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

Information for package python312-serpent:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-serpent
Version : 1.41-3.6
Arch : noarch
Vendor : openSUSE
Installed Size : 54.2 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.