Centos 6.9インストールphpMyAdminエラー

Centos 6.9インストールphpMyAdminエラー

phpMyAdminをインストールしようとしていますが、このエラーが発生します。

php71w-commonがphp-common-5.4.45-13.el6.remi.x86_64と競合しています

これは情報です。

# rpm -qa php\* 
php-bcmath-5.4.45-13.el6.remi.x86_64 
php-php-gettext-1.0.12-1.el6.remi.noarch 
php-xml-5.4.45-13.el6.remi.x86_64 
php-common-5.4.45-13.el6.remi.x86_64 
php-tcpdf-6.2.13-1.el6.remi.noarch 
php-cli-5.4.45-13.el6.remi.x86_64 
php-process-5.4.45-13.el6.remi.x86_64 
php-pecl-apcu-4.0.11-2.el6.remi.5.4.x86_64 
php-gd-5.4.45-13.el6.remi.x86_64 
php-mbstring-5.4.45-13.el6.remi.x86_64 
php-tcpdf-dejavu-sans-fonts-6.2.13-1.el6.remi.noarch 
php-pdo-5.4.45-13.el6.remi.x86_64 
php-tidy-5.4.45-13.el6.remi.x86_64 
php-5.4.45-13.el6.remi.x86_64 
php-mcrypt-5.4.45-13.el6.remi.x86_64 
php-fedora-autoloader-1.0.0-1.el6.remi.noarch

そしてPHPバージョン

# php -v
PHP 5.4.45 (cli) (built: Feb 18 2017 15:55:26) 
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies

ご協力ありがとうございます


編集する

PHP 5.6にアップデートしようとしましたが、# yum install php55w-pdo-5.5.38-1.w6.x86_64多くのエラーが発生し、次のコマンドを使用してPHPを削除しようとしました。yum remove php

Loaded plugins: fastestmirror, refresh-packagekit, security
Setting up Remove Process
No Match for argument: php
Loading mirror speeds from cached hostfile
 * base: centos.xfree.com.ar
 * epel: mirror.uta.edu.ec
 * extras: centos.xfree.com.ar
 * remi: remi.xpg.com.br
 * remi-safe: remi.xpg.com.br
 * updates: centos.xfree.com.ar
 * webtatic: us-east.repo.webtatic.com
Package(s) php available, but not installed.
No Packages marked for removal

ここに記載されていますが、インストールされていnot installedます。

# php -v
PHP 5.5.38 (cli) (built: Feb 18 2017 08:33:29) 
Copyright (c) 1997-2015 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2015 Zend Technologies

ベストアンサー1

PHP 5がインストールされている間にPHP 7用のパッケージをインストールしようとしています。関連するPHP 5パッケージをインストールするか、PHPインストールをPHP 7にアップグレードして競合を解決してください。

おすすめ記事