How to Install and Uninstall python-rencode Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: June 13,2024

1. Install "python-rencode" package

This is a short guide on how to install python-rencode on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-rencode

2. Uninstall "python-rencode" package

This guide covers the steps necessary to uninstall python-rencode on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-rencode package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-rencode
Priority: optional
Section: universe/python
Installed-Size: 100
Maintainer: Ubuntu Developers
Original-Maintainer: Dmitry Smirnov
Architecture: amd64
Version: 1.0.3-1build2
Depends: python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), libc6 (>= 2.14)
Filename: pool/universe/p/python-rencode/python-rencode_1.0.3-1build2_amd64.deb
Size: 31292
MD5sum: a6d3bc9db79e9cabd2899a9cf70342da
SHA1: 5a5cdc2db1eb41ab261c92494089408f7c3cbd05
SHA256: 18db84a194a8b65723e530f50cdf2caae217cee17315c7b204484489e4ddcdbb
Description-en: Python encoding library similar to bittorrent's bencode
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.
Description-md5: 089f41b83aa39cf18bde31be426d5b27
Homepage: https://github.com/aresch/rencode
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu