How to Install and Uninstall python312-bpython Package on openSuSE Tumbleweed

Last updated: October 05,2024

1. Install "python312-bpython" package

Please follow the guidance below to install python312-bpython on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-bpython

2. Uninstall "python312-bpython" package

Please follow the instructions below to uninstall python312-bpython on openSuSE Tumbleweed:

$ sudo zypper remove python312-bpython

3. Information about the python312-bpython package on openSuSE Tumbleweed

Information for package python312-bpython:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-bpython
Version : 0.24-3.4
Arch : noarch
Vendor : openSUSE
Installed Size : 1.8 MiB
Installed : No
Status : not installed
Source package : python-bpython-0.24-3.4.src
Upstream URL : https://www.bpython-interpreter.org/
Summary : Fancy Interface to the Python Interpreter
Description :
Bpython is an enhanced Python interactive interpreter that uses curses
and provides the following main features: in-line syntax highlighting;
readline-like autocompletion with suggestions displayed as you type; expected
argument specification for functions; a handy pastebin function to quickly
submit your code and return a URL. Its goal is to bring together a few handy
ideas to enhance the standard interpreter without getting carried away.