How to Install and Uninstall python3-serpent.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: November 28,2024

1. Install "python3-serpent.noarch" package

This guide covers the steps necessary to install python3-serpent.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "python3-serpent.noarch" package

Please follow the guidelines below to uninstall python3-serpent.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the python3-serpent.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:18:10 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-serpent
Version : 1.30.2
Release : 1.el8
Architecture : noarch
Size : 22 k
Source : python-serpent-1.30.2-1.el8.src.rpm
Repository : epel
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.