0

how to resolve yum replace php-common --replace-with=php55w-common error?

on CentOS 6.5

root@server [~]# yum replace php-common --replace-with=php55w-common

Loaded plugins: fastestmirror, replace, security
Loading mirror speeds from cached hostfile
 * base: mirror.***.com
 * epel: mirror.***.com
 * extras: mirror.***.com
 * remi: remi.***.de
 * updates: mirror.***.com
 * webtatic: nl.repo.***.com

Replacing packages takes time, please be patient...
Error: Package 'php-common' is not installed.

Error: Package 'php-common' is not installed.

Dani
  • 1
  • 2
  • 1
    Why do you want to "replace" something that isn't even installed? – Michael Hampton Apr 16 '14 at 01:43
  • Don't cross post. http://superuser.com/questions/742239/how-to-resolve-yum-replace-php-common-replace-with-php55w-common-error http://unix.stackexchange.com/questions/125035/how-to-resolve-yum-replace-php-common-replace-with-php55w-common-error – Kevin Panko Apr 16 '14 at 16:16

1 Answers1

-1

please see here http://wiki.centos.org/Manuals/ReleaseNotes/CentOS6.5‎ as you know in centos 6.5 repository we cannot use yum install php-level OR like that

Dani
  • 1
  • 2