[Linux] yum update したら Transaction Check Error

1 min read

yum updateしたらアップデートに失敗したので

エラー

Transaction Check Error:
  file /usr/lib64/libmysqlclient.so.16.0.0 from install of Percona-Server-shared-51-5.1.73-rel14.12.624.rhel6.x86_64 conflicts with file from package Percona-Server-shared-compat-5.1.68-rel14.6.551.rhel6.x86_64
  file /usr/lib64/libmysqlclient_r.so.16.0.0 from install of Percona-Server-shared-51-5.1.73-rel14.12.624.rhel6.x86_64 conflicts with file from package Percona-Server-shared-compat-5.1.68-rel14.6.551.rhel6.x86_64

解決

yum remove Percona-Server-shared-compat-5.1.68-rel14.6.551.rhel6.x86_64
yum update -y

このページをシェアする

関連タグ

関連記事

[Linux] コマンド履歴を保存する方法

historyコマンド / 履歴の取得方法

[シェルスクリプト] 空白を詰めてイコールの次の値を取得する方法

始めに / 通常通り取得する / イコールの次の値を取得する