How to Install python-apport in Ubuntu 18.04



Install python-apport by entering the following commands in the terminal:

sudo apt update
sudo apt install python-apport

Description:

Python library for Apport crash report handling

This Python package provides high-level functions for creating and handling apport crash reports: . * Query available and new reports. * Add OS, packaging, and process runtime information to a report. * Various frontend utility functions. * Python hook to generate crash reports when Python scripts fail.

Homepage: https://wiki.ubuntu.com/Apport

Version: 2.20.9-0ubuntu7

Section: universe/python