How to Install and Uninstall python311-fastbencode Package on openSuSE Tumbleweed

Last updated: July 06,2024

1. Install "python311-fastbencode" package

Please follow the instructions below to install python311-fastbencode on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-fastbencode

2. Uninstall "python311-fastbencode" package

Please follow the steps below to uninstall python311-fastbencode on openSuSE Tumbleweed:

$ sudo zypper remove python311-fastbencode

3. Information about the python311-fastbencode package on openSuSE Tumbleweed

Information for package python311-fastbencode:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-fastbencode
Version : 0.2-1.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 163.7 KiB
Installed : No
Status : not installed
Source package : python-fastbencode-0.2-1.11.src
Upstream URL : https://github.com/breezy-team/fastbencode
Summary : Implementation of the bencode serialization format
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.