问题:

Missing separate debuginfos, use: debuginfo-install glib

解决方法:

1、将/etc/yum.repo.d/CentOS-Debuginfo.repo中的enable改为1

debuginfo-install glibc 出现错误

debuginfo-install command not found

2、debuginfo-install是yum-utils里的一个命令,所以安装一下yum-utils即可

3、运行debuginfo-install glibc-2.12-1.80.el6.x86_64

发现仍然会报错

Error Downloading Packages:
yum-plugin-auto-update-debug-info-1.1.30-14.el6.noarch: failure: Packages/yum-plugin-auto-update-debug-info-1.1.30-14.el6.noarch.rpm from c6-media: [Errno 256] No more mirrors to try.

仍需解决

相关文章:

  • 2021-07-14
  • 2022-12-23
  • 2022-01-06
  • 2022-12-23
  • 2022-12-23
  • 2021-11-26
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-02-27
  • 2021-09-04
  • 2021-09-16
  • 2021-04-22
  • 2022-12-23
相关资源
相似解决方案