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

Last updated: October 06,2024

1. Install "python3-bpython-urwid.noarch" package

This is a short guide on how to install python3-bpython-urwid.noarch on Fedora 36

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

2. Uninstall "python3-bpython-urwid.noarch" package

This tutorial shows how to uninstall python3-bpython-urwid.noarch on Fedora 36:

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

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

Last metadata expiration check: 5:45:43 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-bpython-urwid
Version : 0.22.1
Release : 2.fc36
Architecture : noarch
Size : 9.2 k
Source : bpython-0.22.1-2.fc36.src.rpm
Repository : fedora
Summary : Urwid 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