How to Install and Uninstall bpython Package on Kali Linux

Last updated: May 21,2024

1. Install "bpython" package

Please follow the guidance below to install bpython on Kali Linux

$ sudo apt update $ sudo apt install bpython

2. Uninstall "bpython" package

Please follow the step by step instructions below to uninstall bpython on Kali Linux:

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

3. Information about the bpython package on Kali Linux

Package: bpython
Version: 0.24-1
Installed-Size: 770
Maintainer: Sebastian Ramacher
Architecture: all
Depends: less, python3-pkg-resources, python3-curtsies (>= 0.4), python3-cwcwidth, python3-greenlet, python3-pygments, python3-requests, python3-typing-extensions | python3 (>> 3.8), python3-xdg, python3:any
Recommends: python3-jedi, python3-pyperclip, python3-watchdog
Size: 157616
SHA256: d3ad5052c72334896ffada066e41802521443645ce88624a1805a525771c47fe
SHA1: 202054b0ceed6d4a96d9433627f2a5e49abc4036
MD5sum: 0f5c63fd99c1be5a0432408abfa8ca26
Description: 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:
Homepage: https://bpython-interpreter.org/
Tag: devel::ide, devel::interpreter, devel::lang:python,
implemented-in::python, role::program, uitoolkit::ncurses
Section: python
Priority: optional
Filename: pool/main/b/bpython/bpython_0.24-1_all.deb