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

Last updated: May 16,2024

1. Install "python38-rencode" package

Please follow the instructions below to install python38-rencode on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-rencode

2. Uninstall "python38-rencode" package

Learn how to uninstall python38-rencode on openSuSE Tumbleweed:

$ sudo zypper remove python38-rencode

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

Information for package python38-rencode:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-rencode
Version : 1.0.6-1.15
Arch : x86_64
Vendor : openSUSE
Installed Size : 153,3 KiB
Installed : No
Status : not installed
Source package : python-rencode-1.0.6-1.15.src
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