gpt4 book ai didi

ubuntu - 如何在 CentOS 上使用 yum 命令将 PHP 从 7.2 升级到 7.3?

转载 作者:行者123 更新时间:2023-12-04 18:55:52 27 4
gpt4 key购买 nike

我在 AWS 上运行 EC2 服务器,并且正在考虑将 php 从 7.2 升级到 7.3。但是,我找到的所有教程都在 Ubuntu 上,并且都使用了 apt。命令而不是 yum .

我还运行了命令 cat /etc/os-release找出我的服务器的操作系统是什么,ID_LIKE 行说ID_LIKE="centos rhel fedora" .

我发现在 Ubuntu 上的升级说明相对简单。
有谁知道我将如何使用 yum 为 CentOS 翻译以下命令而不是 apt在 Ubuntu 上?

sudo apt-get install software-properties-common
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install -y php7.3

最佳答案

在 CentOS 中,您必须先启用额外的 epel 存储库并更改 php 版本。

sudo yum -y install http://rpms.remirepo.net/enterprise/remi-release-7.rpm 
sudo yum -y install epel-release yum-utils

sudo yum-config-manager --disable remi-php54
sudo yum-config-manager --enable remi-php73

然后你应该能够安装新的 php 版本。试试 yum update或重新安装软件包。

https://computingforgeeks.com/how-to-install-php-7-3-on-centos-7-fedora/

关于ubuntu - 如何在 CentOS 上使用 yum 命令将 PHP 从 7.2 升级到 7.3?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61965436/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com