This page is deprecated, visit the HTCondor download page for updated instructions.
Install Instructions
EL8 (Red Hat Enterprise Linux 8, CentOS 8)
- 
        Setup the repository
        - 
                Import the signing key
                # wget https://research.cs.wisc.edu/htcondor/yum/RPM-GPG-KEY-HTCondor # rpm --import RPM-GPG-KEY-HTCondor 
- 
                Get the repository file
                # cd /etc/yum.repos.d # wget https://research.cs.wisc.edu/htcondor/yum/repo.d/htcondor-stable-rhel8.repo NOTE: if you have the EPEL repository enabled, add exclude=condor* to the EPEL repo file
 
- 
                Import the signing key
                
- 
        Install HTCondor
        # yum install condor # or minicondor 
- 
        Start it running
        # systemctl start condor # systemctl enable condor 
- 
        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.
