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

Last updated: May 04,2024

1. Install "python3-rencode" package

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

$ sudo apt update $ sudo apt install python3-rencode

2. Uninstall "python3-rencode" package

Please follow the guidelines below to uninstall python3-rencode on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-rencode
Priority: optional
Section: universe/python
Installed-Size: 96
Maintainer: Ubuntu Developers
Original-Maintainer: Dmitry Smirnov
Architecture: amd64
Source: python-rencode
Version: 1.0.3-1build2
Depends: python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.14)
Filename: pool/universe/p/python-rencode/python3-rencode_1.0.3-1build2_amd64.deb
Size: 31330
MD5sum: 6257832a3f14d81ad26ee8bd9208fd1c
SHA1: a8d5169f999f1f4f1f96217f4d312357ebf079b4
SHA256: eca61450aab772593aab86d18ecb5d42376c3cda00b0968d9823ea9d1d1b7019
Description-en: 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: a49033499ec41588aad09ed6474b0e68
Homepage: https://github.com/aresch/rencode
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu