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

Last updated: November 27,2024

1. Install "python3-simple-rlp.noarch" package

This guide let you learn how to install python3-simple-rlp.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install python3-simple-rlp.noarch

2. Uninstall "python3-simple-rlp.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-simple-rlp.noarch on Fedora 38:

$ sudo dnf remove python3-simple-rlp.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:37:45 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : python3-simple-rlp
Version : 0.1.3
Release : 2.fc38
Architecture : noarch
Size : 18 k
Source : python-simple-rlp-0.1.3-2.fc38.src.rpm
Repository : fedora
Summary : Simple RLP (Recursive Length Prefix)
URL : https://github.com/SamuelHaidu/simple-rlp
License : MIT
Description : Encode the and decode data structures simple and fast
: This module is a alternative to official Ethereum pyrlp.
:
: The pyrlp needs 5 dependencies. This alternative is write in pure python and
: don't have any dependencies. Recommended use for projects that don't need the
: Ethereum tools. If you already uses the Ethereum tools uses the pyrlp.
:
: Features:
: * Very simple usage to encode and decode lists of data
: * Very fast to encode
: * Auto serialize python objects (check supported types)
: * Templates to convert bytes in decoded objects
: * No dependencies