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

Last updated: July 01,2024

1. Install "python39-fastbencode" package

Please follow the guidelines below to install python39-fastbencode on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-fastbencode

2. Uninstall "python39-fastbencode" package

Please follow the instructions below to uninstall python39-fastbencode on openSuSE Tumbleweed:

$ sudo zypper remove python39-fastbencode

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

Information for package python39-fastbencode:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-fastbencode
Version : 0.2-1.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 156.0 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.