How to Install and Uninstall python3-ipdb Package on openSUSE Leap

Last updated: May 05,2024

1. Install "python3-ipdb" package

In this section, we are going to explain the necessary steps to install python3-ipdb on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-ipdb

2. Uninstall "python3-ipdb" package

Please follow the step by step instructions below to uninstall python3-ipdb on openSUSE Leap:

$ sudo zypper remove python3-ipdb

3. Information about the python3-ipdb package on openSUSE Leap

Information for package python3-ipdb:
-------------------------------------
Repository : Main Repository
Name : python3-ipdb
Version : 0.13.2-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 51.1 KiB
Installed : No
Status : not installed
Source package : python-ipdb-0.13.2-bp155.2.12.src
Upstream URL : https://github.com/gotcha/ipdb
Summary : IPython-enabled pdb
Description :
ipdb exports functions to access the IPython_ debugger, which features
tab completion, syntax highlighting, better tracebacks, better
introspection with the same interface as the `pdb` module.