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

Last updated: May 15,2024

1. Install "python-prompt-toolkit" package

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

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

2. Uninstall "python-prompt-toolkit" package

Here is a brief guide to show you how to uninstall python-prompt-toolkit on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-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: python-pygments, python-six (>= 1.9.0), python-wcwidth, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/prompt-toolkit/python-prompt-toolkit_0.57-1_all.deb
Size: 126424
MD5sum: 867dd146c3daa813255355ef9b859f39
SHA1: 06ccdd239539e714c2a6f4758926d1333e504edb
SHA256: 26b195a6f70bc1bd805c65df74e59c158ea3e7266c5e76b0479f30ce0f92869e
Description-en: library for building interactive command lines (Python 2)
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 2.
Description-md5: 4699fbb7a58b29f84344671813672ab5
Homepage: https://github.com/jonathanslenders/python-prompt-toolkit
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu