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

Last updated: November 27,2024

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

Learn how to install python3-simple-rlp.noarch on Fedora 39

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

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

Please follow the instructions below to uninstall python3-simple-rlp.noarch on Fedora 39:

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

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

Last metadata expiration check: 0:34:26 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-simple-rlp
Version : 0.1.3
Release : 4.fc39
Architecture : noarch
Size : 17 k
Source : python-simple-rlp-0.1.3-4.fc39.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