How to Install and Uninstall python3-ipdb.noarch Package on CentOS Stream 9

Last updated: October 03,2024

1. Install "python3-ipdb.noarch" package

This is a short guide on how to install python3-ipdb.noarch on CentOS Stream 9

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

2. Uninstall "python3-ipdb.noarch" package

Learn how to uninstall python3-ipdb.noarch on CentOS Stream 9:

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

3. Information about the python3-ipdb.noarch package on CentOS Stream 9

Last metadata expiration check: 1:18:09 ago on Sat Mar 16 16:03:45 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.