How to Install debugedit in Ubuntu 18.04



Install debugedit by entering the following commands in the terminal:

sudo apt update
sudo apt install debugedit

Description:

tool to mangle source locations in .debug files

This tool allows rewriting of source code locations in .debug files to point to /usr/src (or anywhere else). It has been split out of the rpm package to be useful on its own.

Homepage: http://rpm.org/

Version: 4.14.1+dfsg1-2

Section: universe/admin