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

Last updated: September 28,2024

1. Install "python311-rencode" package

Please follow the step by step instructions below to install python311-rencode on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-rencode

2. Uninstall "python311-rencode" package

In this section, we are going to explain the necessary steps to uninstall python311-rencode on openSuSE Tumbleweed:

$ sudo zypper remove python311-rencode

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

Information for package python311-rencode:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-rencode
Version : 1.0.6-1.30
Arch : x86_64
Vendor : openSUSE
Installed Size : 189.1 KiB
Installed : No
Status : not installed
Source package : python-rencode-1.0.6-1.30.src
Upstream URL : https://github.com/aresch/rencode
Summary : Web safe object pickling/unpickling
Description :
The rencode module is a modified version of bencode from the
BitTorrent project. For complex, heterogeneous data structures with
many small elements, r-encodings take up significantly less space than
b-encodings. Python2 version of package