How to Install and Uninstall python2-serpent Package on openSUSE Leap

Last updated: October 06,2024

1. Install "python2-serpent" package

Please follow the guidelines below to install python2-serpent on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-serpent

2. Uninstall "python2-serpent" package

Here is a brief guide to show you how to uninstall python2-serpent on openSUSE Leap:

$ sudo zypper remove python2-serpent

3. Information about the python2-serpent package on openSUSE Leap

Information for package python2-serpent:
----------------------------------------
Repository : Main Repository
Name : python2-serpent
Version : 1.28-bp153.1.24
Arch : noarch
Vendor : openSUSE
Installed Size : 57,0 KiB
Installed : No
Status : not installed
Source package : python-serpent-1.28-bp153.1.24.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.