How to Install and Uninstall python39-ipdb Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "python39-ipdb" package

Please follow the guidelines below to install python39-ipdb on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-ipdb

2. Uninstall "python39-ipdb" package

This guide covers the steps necessary to uninstall python39-ipdb on openSuSE Tumbleweed:

$ sudo zypper remove python39-ipdb

3. Information about the python39-ipdb package on openSuSE Tumbleweed

Information for package python39-ipdb:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-ipdb
Version : 0.13.13-2.6
Arch : noarch
Vendor : openSUSE
Installed Size : 52.5 KiB
Installed : No
Status : not installed
Source package : python-ipdb-0.13.13-2.6.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.