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

Last updated: May 19,2024

1. Install "python3-ptk" package

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

$ sudo apt update $ sudo apt install python3-ptk

2. Uninstall "python3-ptk" package

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

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

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

Package: python3-ptk
Priority: optional
Section: universe/python
Installed-Size: 96
Maintainer: Ubuntu Developers
Original-Maintainer: Nicolas Boulenguez
Architecture: all
Source: python-ptk
Version: 1.3.1-1
Depends: python3-six, python3:any (>= 3.5~)
Suggests: python-ptk-doc, python3 (>= 3.5), python3-twisted
Filename: pool/universe/p/python-ptk/python3-ptk_1.3.1-1_all.deb
Size: 17798
MD5sum: a6fa6a8703ca7f77a3175721ca9510e7
SHA1: cee7f464831dd277793492ebdf0fe21609d5e5f9
SHA256: 42f7a15695cb5835e4141b8385ab018c8627b976f841b03132aedd71c98c60a5
Description-en: parser for Python 3 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 3.
Description-md5: 651bc867fd652001bede5c01af4bfedf
Homepage: https://bitbucket.org/fraca7/ptk
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu