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

Last updated: May 17,2024

1. Install "python3-serpent" package

Please follow the steps below to install python3-serpent on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-serpent

2. Uninstall "python3-serpent" package

Please follow the guidance below to uninstall python3-serpent on openSUSE Leap:

$ sudo zypper remove python3-serpent

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

Information for package python3-serpent:
----------------------------------------
Repository : Main Repository
Name : python3-serpent
Version : 1.28-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 72.9 KiB
Installed : No
Status : not installed
Source package : python-serpent-1.28-bp155.2.12.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.