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

Last updated: July 01,2024

1. Install "python3-pudb.noarch" package

Please follow the step by step instructions below to install python3-pudb.noarch on Oracle Linux 9

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

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

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

Last metadata expiration check: 2:19:55 ago on Thu Feb 15 07:50:05 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.