Comment 37 for bug 1767720

Revision history for this message
Eric Desrochers (slashd) wrote :

@PJSingh5000,

Yes the instructions can be found here :
https://wiki.ubuntu.com/Debug%20Symbol%20Packages

#1
sudo 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

#2
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 428D7C01 C8CAB6595FDFF622

#3
sudo apt-get update

and then install the -dbg or -dbgsym associated packages.