CentOS(Virtualmin)에 yum 패키지가 누락되는 문제

CentOS(Virtualmin)에 yum 패키지가 누락되는 문제

CentOS 6.10에서 yum을 사용하여 패키지를 설치하는 데 문제가 있으며 rh-php71근본 원인이 무엇인지 디버깅하는 방법을 알고 싶습니다.

아래 지침을 따랐습니다.scl:

# 1. Install a package with repository for your system:
# On CentOS, install package centos-release-scl available in CentOS repository:
$ sudo yum install centos-release-scl

# On RHEL, enable RHSCL repository for you system:
$ sudo yum-config-manager --enable rhel-server-rhscl-7-rpms

# 2. Install the collection:
$ sudo yum install rh-php71

그러나 두 번째 단계에서는 다음과 같은 결과가 나옵니다.

No package rh-php71 available.
Error: Nothing to do

내가 시도한 것은 다음과 같습니다.

yum clean all && yum makecache

하지만 패키지를 찾을 수 없습니다.

rh-php70scl에서 설치했습니다 .

$ yum info rh-php70.x86_64
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: centos.mirrors.ovh.net
 * centos-sclo-rh: centos.mirrors.ovh.net
 * centos-sclo-sclo: centos.mirror.ate.info
 * epel: mirror.freethought-internet.co.uk
 * extras: centos.mirrors.ovh.net
 * remi-php71: remi.mirror.ate.info
 * remi-safe: remi.mirror.ate.info
 * updates: mirrors.ircam.fr
Installed Packages
Name        : rh-php70
[...]
From repo   : centos-sclo-rh
[...]

근본 원인을 파악하는 데 도움이 되기를 바랍니다. 시간을 내어 조언해 주셔서 감사합니다.

답변1

PHP 7.1 소프트웨어 컬렉션은 CentOS 6용으로 구축되지 않은 것으로 보이지만 CentOS 7에서 사용할 수 있습니다.

CentOS 6의 소프트웨어 컬렉션을 다시 빌드해 볼 수도 있지만 rh-php71이 작업을 시도하는 사람에 대한 정보는 찾지 못했습니다.

사용 가능한 소프트웨어 컬렉션에 대한 정보는 다음에서 찾을 수 있습니다.그들의 웹사이트또는 구성된 것에서Yum 저장소

답변2

CentOS 시스템에 설치할 올바른 패키지를 찾을 때 가장 먼저 찾는 곳은 centos.pkgs.org입니다. 검색을 통해 관련 페이지에 각 패키지를 설치하는 방법에 대한 지침과 함께 주요 .rpm 저장소에 대한 철저한 결과가 제공됩니다.

CentOS 6용 php71 rpm(remi 저장소)

관련 정보