-1

I am trying to install condor on RHEL7. I did this:

cd /etc/yum.repos.d
sudo wget http://htcondor.org/yum/repo.d/condor-stable-rhel7.repo
sudo wget http://research.cs.wisc.edu/htcondor//yum/repo.d/htcondor-stable-rhel7.repo
sudo wget http://htcondor.org/yum/RPM-GPG-KEY-HTCondor
sudo rpm --import RPM-GPG-KEY-HTCondor
sudo yum install condor-all

The install seemed to work, but I have no /etc/condor dir and I cannot find any of the condor files.

What is the proper way to install condor?

Larry Martell
  • 341
  • 1
  • 2
  • 6

1 Answers1

0

I figured this out. One package was getting Package c-ares-1.10.0-3.el7.x86_64.rpm is not signed and that was preventing the install. I did the install with --nogpgcheck and it worked.

Larry Martell
  • 341
  • 1
  • 2
  • 6