How to Install and Uninstall python3-rencode Package on Kali Linux

Last updated: July 07,2024

1. Install "python3-rencode" package

This is a short guide on how to install python3-rencode on Kali Linux

$ sudo apt update $ sudo apt install python3-rencode

2. Uninstall "python3-rencode" package

Here is a brief guide to show you how to uninstall python3-rencode on Kali Linux:

$ sudo apt remove python3-rencode $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-rencode package on Kali Linux

Package: python3-rencode
Source: python-rencode (1.0.6-2)
Version: 1.0.6-2+b5
Installed-Size: 217
Maintainer: Dmitry Smirnov
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.14)
Size: 61696
SHA256: d66e4cb85307a005244e856e9ec73a6e77eb124ed76cfd170255514680769c42
SHA1: 953fbbcac615048f14a385da75a70e33816aad0c
MD5sum: 200855001159996bc19063bf742fec50
Description: Python encoding library similar to bittorrent's bencode (Python 3)
For complex, heterogeneous data structures with many small elements,
r-encodings take significantly less space than b-encodings.
This version of rencode is a complete rewrite in Cython in order to
increase performance over the pure Python module written by Petru Paler,
Connelly Barnes et al.
.
This package is for Python 3.
Description-md5:
Homepage: https://github.com/aresch/rencode
Section: python
Priority: optional
Filename: pool/main/p/python-rencode/python3-rencode_1.0.6-2+b5_amd64.deb