How to Install and Uninstall python3-bpython.noarch Package on Fedora 39

Last updated: September 29,2024

1. Install "python3-bpython.noarch" package

Please follow the instructions below to install python3-bpython.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python3-bpython.noarch

2. Uninstall "python3-bpython.noarch" package

Please follow the guidance below to uninstall python3-bpython.noarch on Fedora 39:

$ sudo dnf remove python3-bpython.noarch $ sudo dnf autoremove

3. Information about the python3-bpython.noarch package on Fedora 39

Last metadata expiration check: 2:00:23 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-bpython
Version : 0.24
Release : 4.fc39
Architecture : noarch
Size : 475 k
Source : bpython-0.24-4.fc39.src.rpm
Repository : fedora
Summary : Fancy curses interface to the Python 3 interactive interpreter
URL : http://www.bpython-interpreter.org/
License : MIT
Description : bpython is a fancy interface to the Python interpreter for Unix-like
: operating systems. It has the following features:
: o in-line syntax highlighting
: o readline-like autocomplete with suggestions displayed as you type
: o expected parameter list for any Python function.
: o eewind function to pop the last line of code from memory and
: re-evaluate.
: o send the code you've entered off to a pastebin and display the
: pastebin URL for copying, etc.
: o save the code you've entered to a file
: o auto indentation
:
: This is the Python 3 build of bpython.