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-php70从 scl 安装了:

$ 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 中可用。

您可以尝试重建rh-php71CentOS 6 的软件集合,但我没有找到任何人尝试这样做的信息。

您可以从以下位置找到有关可用软件集合的信息他们的网站或从配置的百胜存储库

答案2

当寻找正确的软件包安装到 CentOS 系统时,我倾向于查看的第一个地方是 centos.pkgs.org。他们的搜索提供了主要 .rpm 存储库的详尽结果,以及如何在相关页面上安装每个包的说明。

CentOS 6 的 php71 rpm (remi 仓库)

相关内容