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

Last updated: May 19,2024

1. Install "python39-rencode" package

Learn how to install python39-rencode on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-rencode

2. Uninstall "python39-rencode" package

This tutorial shows how to uninstall python39-rencode on openSuSE Tumbleweed:

$ sudo zypper remove python39-rencode

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

Information for package python39-rencode:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-rencode
Version : 1.0.6-1.30
Arch : x86_64
Vendor : openSUSE
Installed Size : 170.9 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