How to Install and Uninstall python3-ptk Package on Kali Linux

Last updated: May 14,2024

1. Install "python3-ptk" package

Learn how to install python3-ptk on Kali Linux

$ sudo apt update $ sudo apt install python3-ptk

2. Uninstall "python3-ptk" package

Please follow the instructions below to uninstall python3-ptk on Kali Linux:

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

3. Information about the python3-ptk package on Kali Linux

Package: python3-ptk
Source: python-ptk
Version: 1.3.8+dfsg-2
Installed-Size: 103
Maintainer: Nicolas Boulenguez
Architecture: all
Depends: python3:any
Recommends: python3-async-generator
Suggests: python-ptk-doc, python3-twisted
Size: 19188
SHA256: c1d628a7504795daf4f9fabc044c3ebcddfeb5da57b35cc25fce4a97aba89008
SHA1: 250aadfc183993dd4db75d914f3ab59a6f993468
MD5sum: 788f155c0ba8a3c126cfc00aac410d92
Description: 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.
.
python3-async-generator is required for asynchronous streams.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/fraca7/ptk
Section: python
Priority: optional
Filename: pool/main/p/python-ptk/python3-ptk_1.3.8+dfsg-2_all.deb