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

Last updated: May 19,2024

1. Install "python312-rencode" package

Please follow the guidance below to install python312-rencode on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-rencode

2. Uninstall "python312-rencode" package

Please follow the guidance below to uninstall python312-rencode on openSuSE Tumbleweed:

$ sudo zypper remove python312-rencode

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

Information for package python312-rencode:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-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