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

Last updated: May 17,2024

1. Install "python3-phply" package

Please follow the instructions below to install python3-phply on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-phply

2. Uninstall "python3-phply" package

Here is a brief guide to show you how to uninstall python3-phply on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-phply
Priority: optional
Section: universe/python
Installed-Size: 583
Maintainer: Ubuntu Developers
Original-Maintainer: Gianfranco Costamagna
Architecture: all
Source: python-phply
Version: 0.9.1-4
Depends: python3-ply, python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-phply/python3-phply_0.9.1-4_all.deb
Size: 55416
MD5sum: 8a75b294fedef7807d39c69fc0859901
SHA1: 645008f6df091fbfad741721489a90e853cc1d7b
SHA256: f9d86ea357a40ed59e7d4ac3f86106243b6f3fd130722ed36c688157f1021fa8
Description-en: PHP parser written in Python 3 using PLY
phply is a parser for the PHP programming language written using PLY,
a Lex/YACC-style parser generator toolkit for Python.
With this parser you can:
- Convert PHP code to Python
- Run PHP templates in a Python environment
- Learn more about parsing "industrial" languages, warts and all
.
This is the Python 3 version of the package.
Description-md5: c2c1941e6e2b09a42732b1a05c9b9ba9
Homepage: https://github.com/ramen/phply
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu