How to Install and Uninstall python3-bitcoinlib.noarch Package on Fedora 36

Last updated: June 29,2024

1. Install "python3-bitcoinlib.noarch" package

This is a short guide on how to install python3-bitcoinlib.noarch on Fedora 36

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

2. Uninstall "python3-bitcoinlib.noarch" package

This guide let you learn how to uninstall python3-bitcoinlib.noarch on Fedora 36:

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

3. Information about the python3-bitcoinlib.noarch package on Fedora 36

Last metadata expiration check: 4:16:12 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-bitcoinlib
Version : 0.11.0
Release : 6.fc35
Architecture : noarch
Size : 181 k
Source : python-bitcoinlib-0.11.0-6.fc35.src.rpm
Repository : fedora
Summary : The Swiss Army Knife of the Bitcoin protocol
URL : https://github.com/petertodd/python-bitcoinlib
License : LGPLv3+
Description : This Python 3 library provides an easy interface to the bitcoin data
: structures and protocol. The approach is lowlevel and "ground up", with
: a focus on providing tools to manipulate the internals of how Bitcoin works.