「CentOS7.8」 Error: Package: gd-last-2.3.0-1xxx Requires: libraqm.so.0()(64bit)の解決方法

OSバージョン確認
# cat /etc/redhat-release
CentOS Linux release 7.8.2003 (Core)

OSの更新
# yum update
エラーメッセージ
Error: Package: gd-last-2.3.0-1.el7.remi.x86_64 (remi-safe)
Requires: libraqm.so.0()(64bit)
You could try using –skip-broken to work around the problem
You could try running: rpm -Va –nofiles –nodigest

解決対策の操作手順
1.libraqm-0.7.0-4.el7.x86_64.rpmのダウンロード
# wget https://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/l/libraqm-0.7.0-4.el7.x86_64.rpm

2.libraqmのインストール
# rpm -ivh libraqm-0.7.0-4.el7.x86_64.rpm

3.osの再度更新
# yum update
インストール結果
中略
systemd-python.x86_64 0:219-73.el7_8.6
systemd-sysv.x86_64 0:219-73.el7_8.6
systemtap.x86_64 0:4.0-11.el7
systemtap-client.x86_64 0:4.0-11.el7
systemtap-devel.x86_64 0:4.0-11.el7
systemtap-runtime.x86_64 0:4.0-11.el7
tcsh.x86_64 0:6.18.01-16.el7
teamd.x86_64 0:1.29-1.el7
tuned.noarch 0:2.11.0-8.el7
tzdata.noarch 0:2020a-1.el7
unzip.x86_64 0:6.0-21.el7
util-linux.x86_64 0:2.23.2-63.el7
yum.noarch 0:3.4.3-167.el7.centos
yum-plugin-fastestmirror.noarch 0:1.1.31-54.el7_8
yum-plugin-priorities.noarch 0:1.1.31-54.el7_8
yum-utils.noarch 0:1.1.31-54.el7_8

Replaced:
iwl7265-firmware.noarch 0:22.0.7.0-72.el7

Complete!

CentOS

Posted by arkgame