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

Last updated: October 05,2024

1. Install "python3-pudb.noarch" package

Please follow the guidance below to install python3-pudb.noarch on Fedora 34

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

2. Uninstall "python3-pudb.noarch" package

Please follow the steps below to uninstall python3-pudb.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:45:31 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-pudb
Version : 2017.1.4
Release : 12.fc34
Architecture : noarch
Size : 107 k
Source : python-pudb-2017.1.4-12.fc34.src.rpm
Repository : fedora
Summary : A full-screen, console-based Python debugger
URL : http://mathema.tician.de/software/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.