How to Install and Uninstall python3-pudb Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 06,2024

1. Install "python3-pudb" package

In this section, we are going to explain the necessary steps to install python3-pudb on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-pudb

2. Uninstall "python3-pudb" package

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

$ sudo apt remove python3-pudb $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pudb package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-pudb
Priority: optional
Section: universe/python
Installed-Size: 222
Maintainer: Ubuntu Developers
Original-Maintainer: Federico Ceratto
Architecture: all
Source: pudb
Version: 2015.4.1-1
Depends: python3-pygments (>= 1.0), python3-urwid (>= 1.1.1), python3:any (>= 3.3.2-2~)
Pre-Depends: dpkg (>= 1.15.6~)
Suggests: ipython3
Filename: pool/universe/p/pudb/python3-pudb_2015.4.1-1_all.deb
Size: 42646
MD5sum: 4e441bc9ee7ba5a5d98c39155e4bde59
SHA1: fe07ad85fb90f16478d17d0ac9b535a59484bd86
SHA256: fb2f5e402737e84e2b7f0aab7a30afa64bf9041fa0c51fcc94c493d730bc5675
Description-en: full-screen, console-based Python3 debugger
PuDB is a full-screen, console-based visual debugger for Python3.
.
Its goal is to provide all the niceties of modern GUI-based debuggers
in a more lightweight and keyboard-friendly package. PuDB allows you
to debug code right where you write and test it -- in a terminal. If
you've worked with the excellent (but nowadays ancient) DOS-based
Turbo Pascal or C tools, PuDB's UI might look familiar.
Description-md5: 858798ab5131e18f4fe991a6ec20becc
Homepage: https://github.com/inducer/pudb
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu