How to Install and Uninstall python3-pudb.noarch Package on Rocky Linux 9

Last updated: May 22,2024

1. Install "python3-pudb.noarch" package

In this section, we are going to explain the necessary steps to install python3-pudb.noarch on Rocky Linux 9

$ 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 Rocky Linux 9:

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

3. Information about the python3-pudb.noarch package on Rocky Linux 9

Last metadata expiration check: 0:28:11 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : python3-pudb
Version : 2022.1.2
Release : 2.el9
Architecture : noarch
Size : 123 k
Source : python-pudb-2022.1.2-2.el9.src.rpm
Repository : epel
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.