Yeti Asked: 2019-12-18 13:20:45 +0800 CST2019-12-18 13:20:45 +0800 CST 2019-12-18 13:20:45 +0800 CST Debug symbols for KMail 5.7.3 on Kubuntu 18.04.03 LTS 772 In which package can I find the debug symbols for KMail 5.7.3 on Kubuntu 18.04.03 LTS? Apport is not able to find them and apt-get search also does not give the required package. kubuntu kmail debugging 18.04 1 Answers Voted Best Answer N0rbert 2019-12-19T08:49:27+08:002019-12-19T08:49:27+08:00 As usual with debug packages you have to follow https://wiki.ubuntu.com/Debug Symbol Packages: # add ddebs repositories echo "deb http://ddebs.ubuntu.com $(lsb_release -cs) main restricted universe multiverse deb http://ddebs.ubuntu.com $(lsb_release -cs)-updates main restricted universe multiverse deb http://ddebs.ubuntu.com $(lsb_release -cs)-proposed main restricted universe multiverse" | \ sudo tee -a /etc/apt/sources.list.d/ddebs.list # add GPG key sudo apt install ubuntu-dbgsym-keyring # update package lists sudo apt-get update and then install any debug package with -dbgsym suffix. For your case: sudo apt-get install kmail-dbgsym
As usual with debug packages you have to follow https://wiki.ubuntu.com/Debug Symbol Packages:
and then install any debug package with
-dbgsym
suffix.For your case: