How to Install pydb software package in Ubuntu 14.04 LTS (Trusty Tahr)

How to Install pydb software package in Ubuntu 14.04 LTS (Trusty Tahr)

pydb software package provides An enhanced Python command-line debugger, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install pydb 

pydb is installed in your system.

Make ensure the pydb package were installed using the commands given below,

$ sudo dpkg-query -l | grep pydb *

You will get with pydb package name, version, architecture and description in a table

pydb package basic information:

Distro Ubuntu 14 04 lts trusty tahr
Section Development
Package pydb
Version 1.26-1
Description An enhanced Python command-line debugger
Sub Section devel


See Also, How to uninstall or remove pydb software package from Ubuntu 14.04 LTS (Trusty Tahr)?