xml Active member Feb 21, 2019 #1 I have cpanel dedicated server running Centos 7 and from what I googled it was recommended to install the EPEL repository which has old version of redis 3.2.12 How to get and install redis 5.0.3 using yum?
I have cpanel dedicated server running Centos 7 and from what I googled it was recommended to install the EPEL repository which has old version of redis 3.2.12 How to get and install redis 5.0.3 using yum?
xml Active member Feb 21, 2019 #3 wget https://rpms.remirepo.net/enterprise/remi.repo --2019-02-21 16:32:15-- https://rpms.remirepo.net/enterprise/remi.repo Resolving rpms.remirepo.net (rpms.remirepo.net)... 195.154.241.117, 2001:bc8:33a1:1 Connecting to rpms.remirepo.net (rpms.remirepo.net)|195.154.241.117|:443... failed: Connection timed out. cant get remi.repo from remirepo.net !! is there any other source to get remi.repo?
wget https://rpms.remirepo.net/enterprise/remi.repo --2019-02-21 16:32:15-- https://rpms.remirepo.net/enterprise/remi.repo Resolving rpms.remirepo.net (rpms.remirepo.net)... 195.154.241.117, 2001:bc8:33a1:1 Connecting to rpms.remirepo.net (rpms.remirepo.net)|195.154.241.117|:443... failed: Connection timed out. cant get remi.repo from remirepo.net !! is there any other source to get remi.repo?
Nuno Well-known member Feb 21, 2019 #4 You should use the wizard to generate the correct repository: Remi's RPM repository rpms.remirepo.net
You should use the wizard to generate the correct repository: Remi's RPM repository rpms.remirepo.net
Nuno Well-known member Feb 21, 2019 #5 For Centos 7 the default repo should be: Code: yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm yum update yum install redis
For Centos 7 the default repo should be: Code: yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm yum update yum install redis
xml Active member Feb 21, 2019 #6 for fedorapreject.org redis is old version redis 3.2.12-2.el7 for remirepo.net there is preoblem with thier netwok the connection keep failing
for fedorapreject.org redis is old version redis 3.2.12-2.el7 for remirepo.net there is preoblem with thier netwok the connection keep failing
Nuno Well-known member Feb 21, 2019 #7 Never had any problem with them You can choose other mirrors other than the main one
xml Active member Feb 21, 2019 #8 This worked for me: wget http://mirror.team-cymru.com/remi/enterprise/7/remi/x86_64/redis-5.0.3-1.el7.remi.x86_64.rpm yum install redis-5.0.3-1.el7.remi.x86_64.rpm
This worked for me: wget http://mirror.team-cymru.com/remi/enterprise/7/remi/x86_64/redis-5.0.3-1.el7.remi.x86_64.rpm yum install redis-5.0.3-1.el7.remi.x86_64.rpm
Nuno Well-known member Feb 21, 2019 #9 I prefer to use the repo. I don't like to install RPMs directly to avoid dependencies problems and lack of updates
I prefer to use the repo. I don't like to install RPMs directly to avoid dependencies problems and lack of updates