Skip to main content.

Install Instructions

Debian 7 (Wheezy)

  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/previous/ wheezy contrib" >> /etc/apt/sources.list
  2. Install HTCondor
    $ sudo apt-get update
    $ sudo apt-get install condor
  3. 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.