According to the debuginfo-install man page (debuginfo-install is from the yum-utils package) running debuginfo-install will enable any debuginfo repositories and install the relevant debuginfo RPM packages. Sadly this doesn't work because the /usr/bin/debuginfo-install script looks for yum repositories with names ending in '-debuginfo' and the debuginfo repository in /etc/yum.repos.d/CentOS-Debuginfo.repo (from the centos-release package) is just called 'debug'.<br />
<br />
For debuginfo-install to work as documented either the name of the repository needs to be changed to something ending in '-debuginfo' or the debuginfo-install script needs to be patched so that it will enable the repository called 'debug'.
↧