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

Last updated: November 29,2024

1. Install "python3-pudb.noarch" package

This tutorial shows how to install python3-pudb.noarch on Fedora 39

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

2. Uninstall "python3-pudb.noarch" package

This guide covers the steps necessary to uninstall python3-pudb.noarch on Fedora 39:

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

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

Last metadata expiration check: 4:24:08 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-pudb
Version : 2022.1.3
Release : 4.fc39
Architecture : noarch
Size : 173 k
Source : python-pudb-2022.1.3-4.fc39.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.