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

Last updated: November 08,2024

1. Install "python2-rencode" package

This is a short guide on how to install python2-rencode on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-rencode

2. Uninstall "python2-rencode" package

This is a short guide on how to uninstall python2-rencode on openSUSE Leap:

$ sudo zypper remove python2-rencode

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

Information for package python2-rencode:
----------------------------------------
Repository : Main Repository
Name : python2-rencode
Version : 1.0.6-bp153.1.16
Arch : x86_64
Vendor : openSUSE
Installed Size : 183,1 KiB
Installed : No
Status : not installed
Source package : python-rencode-1.0.6-bp153.1.16.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