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

Last updated: November 27,2024

1. Install "python38-serpent" package

This is a short guide on how to install python38-serpent on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-serpent

2. Uninstall "python38-serpent" package

Please follow the step by step instructions below to uninstall python38-serpent on openSuSE Tumbleweed:

$ sudo zypper remove python38-serpent

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

Information for package python38-serpent:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-serpent
Version : 1.30.2-1.10
Arch : noarch
Vendor : openSUSE
Installed Size : 57,3 KiB
Installed : No
Status : not installed
Source package : python-serpent-1.30.2-1.10.src
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.