Rhel

RHEL 8 AppStream 不包含 PHP 7.1?

  • September 9, 2019

我有一個新的 RHEL 8 系統。我想我可以通過 Software Collections 安裝 PHP 7.1。但是這個包不可用。

儲存庫列表:

$ sudo dnf repolist
Updating Subscription Management repositories.
Tools Repo                                                        1.9 kB/s | 2.1 kB     00:01
Red Hat Enterprise Linux 8 for x86_64 - AppStream (RPMs)          2.6 kB/s | 2.8 kB     00:01
Red Hat Enterprise Linux 8 for x86_64 - BaseOS (RPMs)             2.2 kB/s | 2.3 kB     00:01
repo id                           repo name                                                status
eww_ITandTEL_MaaS_Tools_Repo      Tools Repo                                                   1
nginx-stable                      nginx stable repo                                           22
rhel-8-for-x86_64-appstream-rpms  Red Hat Enterprise Linux 8 for x86_64 - AppStream (RPMs) 5,764
rhel-8-for-x86_64-baseos-rpms     Red Hat Enterprise Linux 8 for x86_64 - BaseOS (RPMs)    2,097

應用流內容:

$ sudo yum module list
[sudo] password for rsx:
Updating Subscription Management repositories.
Tools Repo                                                                                                                                                              2.0 kB/s | 2.1 kB     00:01
Red Hat Enterprise Linux 8 for x86_64 - AppStream (RPMs)                                                                                                                2.6 kB/s | 2.8 kB     00:01
Red Hat Enterprise Linux 8 for x86_64 - BaseOS (RPMs)                                                                                                                   2.3 kB/s | 2.3 kB     00:01
Red Hat Enterprise Linux 8 for x86_64 - AppStream (RPMs)
Name                                Stream                    Profiles                                                Summary
...
perl-YAML                           1.24 [d]                  common [d]                                              Perl parser for YAML
php                                 7.2 [d]                   common [d], devel, minimal                              PHP scripting language
pki-core                            10.6                                                                              PKI Core
....

只有 7.2 版可用。缺少 7.1 的原因可能是什麼?

PHP 7.1 不適用於 RHEL 8,即使來自Rémi 的儲存庫。它在 RHEL 8 beta 期間可用,但在發布前被刪除,大概是因為 PHP 7.1 將在 12 月結束生命週期。RHEL 8發行說明僅提及 PHP 7.2。

它仍然在 RHEL 7 的軟體集合中可用,因此如果您需要 PHP 7.1,您最好還是繼續使用 RHEL 7。

引用自:https://unix.stackexchange.com/questions/539347