This page is deprecated, visit the HTCondor download page for updated instructions.
Install Instructions
Debian 10 (Buster)
-
Setup the repository
-
Install the HTCondor repository key
$ wget -qO - https://research.cs.wisc.edu/htcondor/debian/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/debian/8.9/buster buster contrib" > /etc/apt/sources.list.d/htcondor.list # echo "deb-src http://research.cs.wisc.edu/htcondor/debian/8.9/buster buster contrib" >> /etc/apt/sources.list.d/htcondor.list
-
Install the HTCondor repository key
-
Install HTCondor
$ sudo apt update $ sudo apt install htcondor # or minihtcondor
-
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.