How to Install and Uninstall python3-fastbencode.x86_64 Package on Fedora 39

Last updated: November 27,2024

1. Install "python3-fastbencode.x86_64" package

Here is a brief guide to show you how to install python3-fastbencode.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install python3-fastbencode.x86_64

2. Uninstall "python3-fastbencode.x86_64" package

Please follow the guidelines below to uninstall python3-fastbencode.x86_64 on Fedora 39:

$ sudo dnf remove python3-fastbencode.x86_64 $ sudo dnf autoremove

3. Information about the python3-fastbencode.x86_64 package on Fedora 39

Last metadata expiration check: 5:29:49 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-fastbencode
Version : 0.0.9
Release : 6.fc39
Architecture : x86_64
Size : 68 k
Source : python-fastbencode-0.0.9-6.fc39.src.rpm
Repository : fedora
Summary : Implementation of bencode with optional fast C extensions
URL : https://github.com/breezy-team/fastbencode
License : GPLv2+ and MIT
Description : fastbencode is an implementation of the bencode serialization format
: originally used by BitTorrent.
: The package includes both a pure-Python version and an optional C extension
: based on Cython.
: Both provide the same functionality, but the C extension provides
: significantly better performance.