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


Install Instructions

Ubuntu 18.04 (Bionic Beaver)

  1. Setup the repository
    1. Install the HTCondor repository key
      $ wget -qO - https://research.cs.wisc.edu/htcondor/ubuntu/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/ubuntu/8.6/bionic bionic contrib" >> /etc/apt/sources.list
      # echo "deb-src http://research.cs.wisc.edu/htcondor/ubuntu/8.6/bionic bionic 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.