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

Last updated: May 09,2024

1. Install "bpython3" package

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

$ sudo apt update $ sudo apt install bpython3

2. Uninstall "bpython3" package

Please follow the steps below to uninstall bpython3 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove bpython3 $ sudo apt autoclean && sudo apt autoremove

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

Package: bpython3
Priority: optional
Section: universe/python
Installed-Size: 684
Maintainer: Ubuntu Developers
Original-Maintainer: David Paleino
Architecture: all
Source: bpython
Version: 0.15-2
Depends: python3-curtsies, python3-greenlet, python3-pygments, python3-requests, python3-six (>= 1.5), python3:any (>= 3.3.2-2~), python3-pkg-resources
Recommends: python3-watchdog
Suggests: python3-jedi
Filename: pool/universe/b/bpython/bpython3_0.15-2_all.deb
Size: 128896
MD5sum: 4a361b78c5451e999aa15946345c1df2
SHA1: 597a0a7d6500a8cbdfda18e49c8e548bc56b1f1d
SHA256: 2f4566c54ffd30a94b7ddcc12246334adfb2f732f13c53b3f84777f7771c7315
Description-en: fancy interface to the Python 3 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 3.
Description-md5: 7e8c133162b1fbc846fe4db2c704296d
Homepage: http://bpython-interpreter.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu