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

Last updated: October 06,2024

1. Install "python3-ipdb.noarch" package

Please follow the guidance below to install python3-ipdb.noarch on Rocky Linux 9

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

2. Uninstall "python3-ipdb.noarch" package

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

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

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

Last metadata expiration check: 0:25:48 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : python3-ipdb
Version : 0.13.13
Release : 2.el9
Architecture : noarch
Size : 25 k
Source : python-ipdb-0.13.13-2.el9.src.rpm
Repository : epel
Summary : IPython enabled Python debugger
URL : https://github.com/gotcha/ipdb/
License : BSD-3-Clause
Description : IPython features (tab completion, syntax highlighting, better tracebacks,
: better introspection) right in pdb.