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

Last updated: May 15,2024

1. Install "python-ptk-doc" package

This tutorial shows how to install python-ptk-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-ptk-doc

2. Uninstall "python-ptk-doc" package

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

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

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

Package: python-ptk-doc
Priority: optional
Section: universe/doc
Installed-Size: 478
Maintainer: Ubuntu Developers
Original-Maintainer: Nicolas Boulenguez
Architecture: all
Source: python-ptk
Version: 1.3.1-1
Depends: libjs-sphinxdoc (>= 1.0)
Filename: pool/universe/p/python-ptk/python-ptk-doc_1.3.1-1_all.deb
Size: 46928
MD5sum: f57354e59b7c3f1bdbc25b021eca1983
SHA1: 3639d2405b3b7d0237d5178909f0a28608156148
SHA256: b1f62d869302fdc994b11a8034101c533b6eeced660a9fefa0bac9ad0868aaf5
Description-en: parser for Python with support for asynchronous input (documentation)
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 contains the documentation.
Description-md5: cb86cc1cf8b5eb934cf5c55b5416b6f9
Homepage: https://bitbucket.org/fraca7/ptk
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu