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

Last updated: May 19,2024

1. Install "python-traceback2" package

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

$ sudo apt update $ sudo apt install python-traceback2

2. Uninstall "python-traceback2" package

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

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

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

Package: python-traceback2
Priority: optional
Section: python
Installed-Size: 82
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 1.4.0-3
Depends: python-linecache2, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/main/p/python-traceback2/python-traceback2_1.4.0-3_all.deb
Size: 15942
MD5sum: 1b8188b0830edf08e00b9feb912df3e7
SHA1: 62da117efe7bd1615eab77a64e82f09f6304e490
SHA256: 1ec71d6ce0a8d420b952a2f2f5be72b375ed1e7f5e747be266989bc0f35ae4ba
Description-en: backports of the traceback module - Python 2.7
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 2.7 module.
Description-md5: 9f1f115cd2253157b169dd9e4a742441
Homepage: https://github.com/testing-cabal/traceback2
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y