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

Last updated: May 19,2024

1. Install "python3-prompt-toolkit" package

Please follow the guidelines below to install python3-prompt-toolkit on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-prompt-toolkit

2. Uninstall "python3-prompt-toolkit" package

This guide covers the steps necessary to uninstall python3-prompt-toolkit on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-prompt-toolkit $ sudo apt autoclean && sudo apt autoremove

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

Package: python3-prompt-toolkit
Priority: optional
Section: universe/python
Installed-Size: 700
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: prompt-toolkit
Version: 0.57-1
Depends: python3-pygments, python3-six (>= 1.9.0), python3-wcwidth, python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/prompt-toolkit/python3-prompt-toolkit_0.57-1_all.deb
Size: 126524
MD5sum: c70be300b81529616dc4af5464af5f05
SHA1: 58cdc07ce94a5d10616e1681b43f36a6d556c891
SHA256: 568f21afa7e857fb691827279c5d7c0e884cbe0e795a5421a199596a7101bbba
Description-en: library for building interactive command lines (Python 3)
prompt_toolkit is a GNU readline replacement written in pure Python supporting
advanced features like syntax highlighting, multi line editing and code
completion.
.
This package installs the library for Python 3.
Description-md5: 7087cd97ed57de3a36f1e9e06418603e
Homepage: https://github.com/jonathanslenders/python-prompt-toolkit
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu