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

Last updated: June 24,2024

1. Install "python310-rencode" package

In this section, we are going to explain the necessary steps to install python310-rencode on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-rencode

2. Uninstall "python310-rencode" package

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

$ sudo zypper remove python310-rencode

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

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