How to Install and Uninstall python3-rencode Package on openSUSE Leap

Last updated: May 03,2024

1. Install "python3-rencode" package

This tutorial shows how to install python3-rencode on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-rencode

2. Uninstall "python3-rencode" package

This guide covers the steps necessary to uninstall python3-rencode on openSUSE Leap:

$ sudo zypper remove python3-rencode

3. Information about the python3-rencode package on openSUSE Leap

Information for package python3-rencode:
----------------------------------------
Repository : Main Repository
Name : python3-rencode
Version : 1.0.6-bp155.2.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 163.8 KiB
Installed : No
Status : not installed
Source package : python-rencode-1.0.6-bp155.2.11.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