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

Last updated: September 27,2024

1. Install "python36-bpython" package

Please follow the step by step instructions below to install python36-bpython on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-bpython

2. Uninstall "python36-bpython" package

This tutorial shows how to uninstall python36-bpython on openSuSE Tumbleweed:

$ sudo zypper remove python36-bpython

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

Information for package python36-bpython:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-bpython
Version : 0.21-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 1,5 MiB
Installed : No
Status : not installed
Source package : python-bpython-0.21-1.4.src
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.