How to Install and Uninstall bpython Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "bpython" package

This tutorial shows how to install bpython on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install bpython

2. Uninstall "bpython" package

Please follow the step by step instructions below to uninstall bpython on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove bpython $ sudo apt autoclean && sudo apt autoremove

3. Information about the bpython package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: bpython
Priority: optional
Section: universe/devel
Installed-Size: 686
Maintainer: Ubuntu Developers
Original-Maintainer: David Paleino
Architecture: all
Version: 0.15-2
Depends: python-curtsies, python-greenlet, python-pygments, python-requests, python-six (>= 1.5), python:any (<< 2.8), python:any (>= 2.7.5-5~), python-pkg-resources
Recommends: python-urwid, python-watchdog
Suggests: python-twisted, python-jedi
Filename: pool/universe/b/bpython/bpython_0.15-2_all.deb
Size: 129530
MD5sum: a2445351fd1c48e5b7e06967ac557703
SHA1: 7372e5340b30b0051a96d92e76099f4292f712b0
SHA256: 1174697d3a02958b596a30406d98f7697171daee4d4335486721a94c0f1f20cf
Description-en: fancy interface to the Python 2 interpreter
bpython is a fancy interface to the Python interpreter, and has the
following features:
.
* In-line syntax highlighting.
* Readline-like autocomplete with suggestions displayed as you type
* Expected parameter list for any Python function. Uses pydoc to attempt to
divine params for C functions.
* "Rewind" function to pop the last line of code from memory and re-evaluate.
Note: this is only really useful when laying out classes and functions,
since a true "undo" function is impossible, so be careful when using this.
* Send the code you've entered off to a pastebin and display the pastebin URL
for copying, etc.
* Save the code you've entered to a file.
* Auto-indentation.
* Anti-Crash Mode.
.
This package contains bpython for Python 2.
Description-md5: 4ba6a285ec465a603a785f205337f274
Homepage: http://bpython-interpreter.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu