How to Install and Uninstall bpython Package on openSUSE Leap

Last updated: September 20,2024

1. Install "bpython" package

In this section, we are going to explain the necessary steps to install bpython on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install bpython

2. Uninstall "bpython" package

Please follow the instructions below to uninstall bpython on openSUSE Leap:

$ sudo zypper remove bpython

3. Information about the bpython package on openSUSE Leap

Information for package bpython:
--------------------------------
Repository : Main Repository
Name : bpython
Version : 0.15-bp153.1.17
Arch : noarch
Vendor : openSUSE
Installed Size : 854,0 KiB
Installed : No
Status : not installed
Source package : bpython-0.15-bp153.1.17.src
Summary : Fancy Curses Interface to the Python Interactive 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.