[Ubuntu Wiki] Update of "Debug Symbol Packages" by seth-arnold
Ubuntu Wiki
noreply at ubuntu.com
Tue Jun 19 21:59:45 UTC 2018
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Ubuntu Wiki" for change notification.
The "Debug Symbol Packages" page has been changed by seth-arnold:
http://wiki.ubuntu.com/Debug%20Symbol%20Packages?action=diff&rev1=5&rev2=6
Comment:
use new ubuntu-dbgsym-keyring package on bionic and newer
{{{
deb http://ddebs.ubuntu.com trusty main restricted universe multiverse}}}
- 1. Import the debug symbol archive [[https://help.ubuntu.com/community/Repositories/Ubuntu#Authentication_Tab|signing key]] from the ubuntu server:
+ 1. Import the debug symbol archive [[https://help.ubuntu.com/community/Repositories/Ubuntu#Authentication_Tab|signing key]] from the Ubuntu server. On Ubuntu 18.04 LTS and newer:
{{{#!highlight bash
+ sudo apt install ubuntu-dbgsym-keyring
+ }}}
+
+ On earlier releases of Ubuntu use:
+ {{{#!highlight bash
- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 428D7C01 C8CAB6595FDFF622
+ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F2EDC64DC5AEE1F6B9C621F0C8CAB6595FDFF622
}}}
1. Then run the following to update your package list or click the ''Reload'' button if you used the Synaptic Package Manager.
More information about the Ubuntu-bugsquad
mailing list