Install pydb
Installing pydb package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install pydb
pydb package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | pydb |
version | 1.26-2 |
description | An enhanced Python command-line debugger |
subsection | devel |
website | bashdb.sourceforge.net / pydb / |
maintainer | Oleksandr Moskalenko |
Uninstall pydb
To remove just pydb package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove pydb
Uninstall pydb and it’s dependent packages
To remove the pydb package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove pydb
Purging pydb
If you also want to delete configuration and/or data files of pydb from Debian Sid then this will work:
sudo apt-get purge pydb
To delete configuration and/or data files of pydb and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove pydb