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

Last updated: July 01,2024

1. Install "python-phply" package

In this section, we are going to explain the necessary steps to install python-phply on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-phply

2. Uninstall "python-phply" package

In this section, we are going to explain the necessary steps to uninstall python-phply on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-phply
Priority: optional
Section: universe/python
Installed-Size: 351
Maintainer: Ubuntu Developers
Original-Maintainer: Gianfranco Costamagna
Architecture: all
Version: 0.9.1-4
Depends: python-ply, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-phply/python-phply_0.9.1-4_all.deb
Size: 39680
MD5sum: 719e91ea39c2e4bfe3aa23414ebd996b
SHA1: f60e1d47ec83f22f2d6a9b9e97b5145333511207
SHA256: ecc9b21965581d6dc9e6b3f872835ee8ebc89bb75e6d5860e2615514f3198fa7
Description-en: PHP parser written in Python 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 2 version of the package.
Description-md5: b1198a5bc0d3f2f8691797b94ef7829c
Homepage: https://github.com/ramen/phply
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu