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

Last updated: June 28,2024

1. Install "python311-ipdb" package

This guide covers the steps necessary to install python311-ipdb on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-ipdb

2. Uninstall "python311-ipdb" package

Please follow the steps below to uninstall python311-ipdb on openSuSE Tumbleweed:

$ sudo zypper remove python311-ipdb

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

Information for package python311-ipdb:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-ipdb
Version : 0.13.13-3.1
Arch : noarch
Vendor : openSUSE
Installed Size : 60.5 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.