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

Last updated: September 20,2024

1. Install "python3-traceback2" package

This is a short guide on how to install python3-traceback2 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-traceback2

2. Uninstall "python3-traceback2" package

This guide covers the steps necessary to uninstall python3-traceback2 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-traceback2
Priority: optional
Section: python
Installed-Size: 82
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-traceback2
Version: 1.4.0-3
Depends: python3-linecache2, python3:any (>= 3.3.2-2~)
Filename: pool/main/p/python-traceback2/python3-traceback2_1.4.0-3_all.deb
Size: 16032
MD5sum: 791a494995b4b17c2affb22298da8a51
SHA1: c8bc4d6405c6596db0ab224bc8ade65cdcbe81c5
SHA256: fc02493cc17b585128d8355cbc896b27a0e4cc7d2ac1c09637b10e1d11287548
Description-en: backports of the traceback module - Python 3.x
This package offers a backport of the traceback package to older supported
Pythons. Users would typically do: "import traceback2 as traceback" then use
the module as if it was the system traceback.
.
In Python 2.x, unlike traceback, traceback2 creates unicode output (because it
depends on the linecache2 module).
.
This package contains the Python 3.x module.
Description-md5: 1c087b46bb88482153da56044ce65fc0
Homepage: https://github.com/testing-cabal/traceback2
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m
Task: ubuntu-sdk