IUS Not Pulling Latest PHP Packages

Home » CentOS » IUS Not Pulling Latest PHP Packages
CentOS 3 Comments

Hi,

I am running CentOS Linux release 7.9.2009 (Core) and have enabled both epel and ius repository

– ius-release-2-1.el7.ius.noarch
– epel-release-7-14.noarch

IUS not pulling the latest PHP packages. I have ran yum clean metadata and yum clean all commands but no luck.

The latest version is *7.4.33*

# php -v PHP 7.4.30 (cli) (built: Jun 10 2022 16:22:42) ( NTS )
Copyright (c) The PHP Group Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.30, Copyright (c), by Zend Technologies

EPEL repository
#########################cat
/etc/yum.repos.d/epel.repo################################################################
[epel]
name=Extra Packages for Enterprise Linux 7 – $basearch
# It is much more secure to use the metalink, but if you wish to use a local mirror
# place its address here.
#baseurl=http://download.example/pub/epel/7/$basearch metalinkhttps://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=$basearch&infra=$infra&content=$contentdir failovermethod=priority enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7

[epel-debuginfo]
name=Extra Packages for Enterprise Linux 7 – $basearch – Debug
# It is much more secure to use the metalink, but if you wish to use a local mirror
# place its address here.
#baseurl=http://download.example/pub/epel/7/$basearch/debug metalinkhttps://mirrors.fedoraproject.org/metalink?repo=epel-debug-7&arch=$basearch&infra=$infra&content=$contentdir failovermethod=priority enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
gpgcheck=1

[epel-source]
name=Extra Packages for Enterprise Linux 7 – $basearch – Source
# It is much more secure to use the metalink, but if you wish to use a local mirror
# place it’s address here.
#baseurl=http://download.example/pub/epel/7/source/tree/
metalinkhttps://mirrors.fedoraproject.org/metalink?repo=epel-source-7&arch=$basearch&infra=$infra&content=$contentdir failovermethod=priority enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
gpgcheck=1
####################################################################################################################

IUS repository
#########################cat
/etc/yum.repos.d/ius.repo#########################################
[ius]
name = IUS for Enterprise Linux 7 – $basearch baseurl = https://repo.ius.io/7/$basearch/
enabled = 1
repo_gpgcheck = 0
gpgcheck = 1
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-IUS-7

[ius-debuginfo]
name = IUS for Enterprise Linux 7 – $basearch – Debug baseurl = https://repo.ius.io/7/$basearch/debug/
enabled = 0
repo_gpgcheck = 0
gpgcheck = 1
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-IUS-7

[ius-source]
name = IUS for Enterprise Linux 7 – Source baseurl = https://repo.ius.io/7/src/
enabled = 0
repo_gpgcheck = 0
gpgcheck = 1
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-IUS-7
#######################################################

Please guide me. Thanks in advance.

Best Regards,

Kaushal

3 thoughts on - IUS Not Pulling Latest PHP Packages