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

Last updated: May 17,2024

1. Install "python3-rply" package

This tutorial shows how to install python3-rply on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-rply

2. Uninstall "python3-rply" package

Learn how to uninstall python3-rply on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-rply
Priority: optional
Section: universe/python
Installed-Size: 80
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-rply
Version: 0.7.4-1
Depends: python3-appdirs, python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-rply/python3-rply_0.7.4-1_all.deb
Size: 15716
MD5sum: 17d2e6f658c16c3efa8f4509bc6429bc
SHA1: e8d101726b56abef717e0375c4169662100cc0cc
SHA256: 5b9b793a9aa378e0f321a5d75907b8d7156987f0893b1005b0dd3a8f8e1ce01c
Description-en: pure Python based parser that also works with RPython (Python 3)
This package provides a pure Python based parser generator, that also
works with RPython. It is a more-or-less direct port of David
Bazzley's awesome PLY, with a new public API, and RPython support.
.
This package provides Python 3 bindings only.
Description-md5: 8216ecbd544ec7b27c47ba6a9c27e3d7
Homepage: https://github.com/alex/rply
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu