yum -y update 하면 에러가 납니다.
페이지 정보
본문
[@localhost" rel="nofollow">root@localhost ~]# yum -y update
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.kakao.com
* epel: mirrors.aliyun.com
* extras: mirror.kakao.com
* remi-safe: mirror.sjc02.svwh.net
* updates: mirror.kakao.com
Resolving Dependencies
--> Running transaction check
---> Package php-ioncube-loader.x86_64 0:10.3.2-1.el7.remi.7.2 will be updated
---> Package php-ioncube-loader.x86_64 0:10.3.9-1.el7.remi.5.4 will be an update
--> Processing Dependency: php(api) = 20100412-64 for package: php-ioncube-loader-10.3.9-1.el7.remi.5.4.x86_64
--> Processing Dependency: php(zend-abi) = 20100525-64 for package: php-ioncube-loader-10.3.9-1.el7.remi.5.4.x86_64
--> Finished Dependency Resolution
Error: Package: php-ioncube-loader-10.3.9-1.el7.remi.5.4.x86_64 (remi-safe)
Requires: php(zend-abi) = 20100525-64
Installed: php-common-7.2.13-2.el7.remi.x86_64 (@remi-php72)
/>
php(zend-abi) = 20170718-64
Available: php-common-5.4.16-46.el7.x86_64 (base)
php(zend-abi) = 20100525-64
Error: Package: php-ioncube-loader-10.3.9-1.el7.remi.5.4.x86_64 (remi-safe)
Requires: php(api) = 20100412-64
Installed: php-common-7.2.13-2.el7.remi.x86_64 (@remi-php72)
/>
php(api) = 20170718-64
Available: php-common-5.4.16-46.el7.x86_64 (base)
php(api) = 20100412-64
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
어떻게 해야 할까요?
댓글목록
SK20031님의 댓글의 댓글
SK20031 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 아이피 (59.♡.♡.31) 작성일
[root@localhost ~]# yum remove php-ioncube-loader-10.3.4-1.el7.remi.5.4.x86_64
[root@localhost ~]# yum -y --enablerepo=remi,remi-php72 install php-ioncube-loader
[root@localhost ~]# yum clean all
[root@localhost ~]# yum -y update
여기서 yum remove php-ioncube-loader-10.3.9-1.el7.remi.5.4.x86_64 하면
[root@localhost ~]# yum remove php-ioncube-loader-10.3.9-1.el7.remi.5.4.x86_64
Loaded plugins: fastestmirror
No Match for argument: php-ioncube-loader-10.3.9-1.el7.remi.5.4.x86_64
No Packages marked for removal
[root@localhost ~]#
이렇게 나옵니다.