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

Last updated: November 26,2024

1. Install "python38-ipdb" package

This tutorial shows how to install python38-ipdb on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-ipdb

2. Uninstall "python38-ipdb" package

Here is a brief guide to show you how to uninstall python38-ipdb on openSuSE Tumbleweed:

$ sudo zypper remove python38-ipdb

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

Information for package python38-ipdb:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-ipdb
Version : 0.13.9-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 56,3 KiB
Installed : No
Status : not installed
Source package : python-ipdb-0.13.9-1.1.src
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.