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

Last updated: March 28,2024

1. Install "winpdb" package

Please follow the guidelines below to install winpdb on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install winpdb

2. Uninstall "winpdb" package

Please follow the guidelines below to uninstall winpdb on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove winpdb $ sudo apt autoclean && sudo apt autoremove

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

Package: winpdb
Priority: optional
Section: universe/python
Installed-Size: 702
Maintainer: Ubuntu Developers
Original-Maintainer: Bernd Zeimetz
Architecture: all
Version: 1.4.8-2.1
Depends: python (>= 2.7), python (<< 2.8)
Recommends: x-terminal-emulator | screen, python-wxversion, python-wxgtk3.0, python-crypto
Filename: pool/universe/w/winpdb/winpdb_1.4.8-2.1_all.deb
Size: 121264
MD5sum: 7096b35010e7df49a7b02a009b3d78c0
SHA1: b9bb3b95736a9b574c75c401d675d35b1bf726d1
SHA256: 1c5158e827ca42404d44cfe2c67b8150ae584e296b69b79766a7524ebfdb8ea9
Description-en: Platform independent Python debugger
Winpdb supports debugging of threads- and curses based applications,
namespace modification and embedded debugging. As a remote debugger,
it uses (encrypted) network connections to connect to the debuggee
(which is running on the same machine, usually).
.
Winpdb is the graphical, wx-based frontend to rpdb2, which is also
included in this package. rpdb2 is text based and able to use screen
sessions if there is no x-terminal-emulator available.
.
Winpdb is up to 20 times faster than pdb.
Description-md5: b47a72765e1f5f9823174c2f377cee74
Homepage: http://www.winpdb.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu