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

Last updated: February 03,2025

1. Install "python-ptk" package

Please follow the step by step instructions below to install python-ptk on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-ptk

2. Uninstall "python-ptk" package

Please follow the steps below to uninstall python-ptk on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-ptk
Priority: optional
Section: universe/python
Installed-Size: 91
Maintainer: Ubuntu Developers
Original-Maintainer: Nicolas Boulenguez
Architecture: all
Version: 1.3.1-1
Depends: python-six, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-ptk-doc, python-twisted-core
Filename: pool/universe/p/python-ptk/python-ptk_1.3.1-1_all.deb
Size: 17252
MD5sum: 0a23e3a35e2b0cbc7d66c3925d98618a
SHA1: cdbd6a204bc6f5bd113c79696b313fc1d4f973bc
SHA256: bc23e5ceb5682af0b39a49ddeb051b73b385e75969c1dd1d856b01902bcd3a60
Description-en: parser for Python 2 with support for asynchronous input
PTK implements LR(1) parsing in Python. Compared to compiled tools
like Bison, it attempts to spare programmer's time. Python sources
describe both the grammar and the callbacks, avoiding code
generation. Various inputs are accepted: Python 3 asynchronous
streams, PyZipFile archives, Twisted Deferred objects.
.
This package installs the library for Python 2.
Description-md5: e98e81ba6b3d9361ac86290e5a20cf70
Homepage: https://bitbucket.org/fraca7/ptk
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu