How to Install and Uninstall python3-serpent.noarch Package on Fedora 38

Last updated: January 10,2025

1. Install "python3-serpent.noarch" package

Please follow the steps below to install python3-serpent.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install python3-serpent.noarch

2. Uninstall "python3-serpent.noarch" package

This tutorial shows how to uninstall python3-serpent.noarch on Fedora 38:

$ sudo dnf remove python3-serpent.noarch $ sudo dnf autoremove

3. Information about the python3-serpent.noarch package on Fedora 38

Last metadata expiration check: 2:14:43 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-serpent
Version : 1.40
Release : 3.fc38
Architecture : noarch
Size : 27 k
Source : python-serpent-1.40-3.fc38.src.rpm
Repository : fedora
Summary : Serialization based on ast.literal_eval
URL : https://github.com/irmen/Serpent
License : MIT
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.