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

Last updated: September 29,2024

1. Install "python310-fastbencode" package

This guide let you learn how to install python310-fastbencode on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-fastbencode

2. Uninstall "python310-fastbencode" package

Please follow the guidelines below to uninstall python310-fastbencode on openSuSE Tumbleweed:

$ sudo zypper remove python310-fastbencode

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

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