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


Install Instructions

Debian 9 (Stretch)

  1. Setup the repository
    1. Install the HTCondor repository key
      $ wget -qO - https://research.cs.wisc.edu/htcondor/debian/HTCondor-Release.gpg.key | sudo apt-key add -
    2. Add the HTCondor repository (running as the root user)
      # echo "deb http://research.cs.wisc.edu/htcondor/debian/8.8/stretch stretch contrib" >> /etc/apt/sources.list
      # echo "deb-src http://research.cs.wisc.edu/htcondor/debian/8.8/stretch stretch contrib" >> /etc/apt/sources.list
  2. Install HTCondor
    $ sudo apt-get update
    $ sudo apt-get install condor
  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.