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

Last updated: May 03,2024

1. Install "python36-serpent" package

Please follow the step by step instructions below to install python36-serpent on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-serpent

2. Uninstall "python36-serpent" package

This guide let you learn how to uninstall python36-serpent on openSuSE Tumbleweed:

$ sudo zypper remove python36-serpent

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

Information for package python36-serpent:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-serpent
Version : 1.30.2-1.10
Arch : noarch
Vendor : openSUSE
Installed Size : 57,1 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.