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

Last updated: December 25,2024

1. Install "python312-ipdb" package

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

$ sudo zypper refresh $ sudo zypper install python312-ipdb

2. Uninstall "python312-ipdb" package

This guide let you learn how to uninstall python312-ipdb on openSuSE Tumbleweed:

$ sudo zypper remove python312-ipdb

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

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