How to Install and Uninstall pydb Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "pydb" package

This tutorial shows how to install pydb on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pydb

2. Uninstall "pydb" package

In this section, we are going to explain the necessary steps to uninstall pydb on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove pydb $ sudo apt autoclean && sudo apt autoremove

3. Information about the pydb package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: pydb
Priority: optional
Section: universe/devel
Installed-Size: 446
Maintainer: Ubuntu Developers
Original-Maintainer: Oleksandr Moskalenko
Architecture: all
Version: 1.26-2
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: ddd, emacs22
Filename: pool/universe/p/pydb/pydb_1.26-2_all.deb
Size: 83782
MD5sum: 2c3ef01bdba27f5fddb29dfd59b275fe
SHA1: c0066f7dffc84717e1b407a8e52c7a0b558ea31c
SHA256: c88a19daec3cc55328e704db6af643659d3c23f3d6ba18605f3ac7ecf2ff7784
Description-en: An enhanced Python command-line debugger
Pydb is a command-line debugger for Python. It is based on the standard
Python debugger pdb, but has a number of added features. Particularly, it is
suitable for use with DDD, a graphical debugger front end.
Description-md5: a3adfe6ccd37d9c09ed22c71cce6aaed
Homepage: http://bashdb.sourceforge.net/pydb/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu