This page is deprecated, visit the HTCondor download page for updated instructions.


Install Instructions

EL8 (Red Hat Enterprise Linux 8, CentOS 8)

  1. Setup the repository
    1. Import the signing key
      # wget https://research.cs.wisc.edu/htcondor/yum/RPM-GPG-KEY-HTCondor
      # rpm --import RPM-GPG-KEY-HTCondor
    2. Get the repository file
      # cd /etc/yum.repos.d
      # wget https://research.cs.wisc.edu/htcondor/yum/repo.d/htcondor-development-rhel8.repo
      NOTE: if you have the EPEL repository enabled, add exclude=condor* to the EPEL repo file
  2. Install HTCondor
    # yum install condor-all
  3. Start it running
    # systemctl start condor
    # systemctl enable condor
  4. Check that it is running
    $ ps ax | grep condor

Instructions on how to install other Linux distributions can be found on the Install Instructions page.