CENTOS 7 and Install Problems

Support and queries relating to third party Live CDs and DVD, VM images and other packaged distributions
Post Reply
jamehill
Posts: 2
Joined: Mon Apr 13, 2015 4:04 pm

CENTOS 7 and Install Problems

Post by jamehill »

Has anyone found a way around the following error during install on CentOS 7 (Fresh install)

[code][root@jamesdev jamehill]# sudo yum install --nogpgcheck zmrepo-7-3.el7.centos.noarch.rpm
[extra removed because of some odd parse issue]
--> Finished Dependency Resolution
Error: Package: zmrepo-7-3.el7.centos.noarch (/zmrepo-7-3.el7.centos.noarch)
Requires: redhat-release = 7.0
Installed: centos-release-7-1.1503.el7.centos.2.8.x86_64 (@anaconda)
redhat-release = 7.1
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
[root@jamesdev jamehill]# [/code]



Any comments or help would be great.
BiloxiGeek
Posts: 271
Joined: Tue Feb 11, 2014 2:04 pm

Re: CENTOS 7 and Install Problems

Post by BiloxiGeek »

Maybe try

Code: Select all

yum install --nogpgcheck zmrepo.noarch
Let yum and the repo figure out which version of the package is available and correct.
jamehill
Posts: 2
Joined: Mon Apr 13, 2015 4:04 pm

Re: CENTOS 7 and Install Problems

Post by jamehill »

I had to change the following to install:

sudo yum install --nogpgcheck zmrepo-7-3.el7.centos.noarch.rpm

to:

sudo yum install --nogpgcheck zmrepo-7-4.el7.centos.noarch.rpm
Post Reply