This page is deprecated, visit the HTCondor download page for updated instructions.
Install Instructions
Ubuntu 18.04 (Bionic Beaver)
-
Setup the repository
-
Install the HTCondor repository key
$ wget -qO - https://research.cs.wisc.edu/htcondor/ubuntu/HTCondor-Release.gpg.key | sudo apt-key add -
-
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
-
Install the HTCondor repository key
-
Install HTCondor
$ sudo apt-get update $ sudo apt-get install 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.