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

Last updated: September 28,2024

1. Install "python311-serpent" package

Learn how to install python311-serpent on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-serpent

2. Uninstall "python311-serpent" package

In this section, we are going to explain the necessary steps to uninstall python311-serpent on openSuSE Tumbleweed:

$ sudo zypper remove python311-serpent

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

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