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

Last updated: January 10,2025

1. Install "python3-pudb.noarch" package

Please follow the steps below to install python3-pudb.noarch on Fedora 36

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

2. Uninstall "python3-pudb.noarch" package

Please follow the guidelines below to uninstall python3-pudb.noarch on Fedora 36:

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

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

Last metadata expiration check: 0:29:08 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-pudb
Version : 2022.1
Release : 1.fc36
Architecture : noarch
Size : 125 k
Source : python-pudb-2022.1-1.fc36.src.rpm
Repository : fedora
Summary : A full-screen, console-based Python debugger
URL : https://github.com/inducer/pudb
License : MIT
Description : PuDB is a full-screen, console-based visual debugger for Python.
:
: Its goal is to provide all the niceties of modern GUI-based debuggers in a more
: lightweight and keyboard-friendly package. PuDB allows you to debug code right
: where you write and test it--in a terminal. If you've worked with the excellent
: (but nowadays ancient) DOS-based Turbo Pascal or C tools, PuDB's UI might look
: familiar.