Starting with HTCondor 7.4.1 and 7.5.1, we now have a Debian repository for installing HTCondor. Please see instructions below for supported platforms.
Note: "root" user must be used to perform installation
| Distribution | Release | Repository | Supported Platforms | 
|---|---|---|---|
| Debian 6 (Squeeze) | Development | deb http://research.cs.wisc.edu/htcondor/debian/development/ squeeze contrib | i386, amd64 | 
| Stable | deb http://research.cs.wisc.edu/htcondor/debian/stable/ squeeze contrib | ||
| Debian 7 (Wheezy) | Development | deb http://research.cs.wisc.edu/htcondor/debian/development/ wheezy contrib | amd64 | 
| Stable | deb http://research.cs.wisc.edu/htcondor/debian/stable/ wheezy contrib | 
echo "deb http://research.cs.wisc.edu/htcondor/debian/stable/ wheezy contrib" >> /etc/apt/sources.list echo "deb http://research.cs.wisc.edu/htcondor/debian/development/ wheezy contrib" >> /etc/apt/sources.listExample - Squeeze: install only HTCondor's stable release
echo "deb http://research.cs.wisc.edu/htcondor/debian/stable/ squeeze contrib" >> /etc/apt/sources.list
wget -qO - http://research.cs.wisc.edu/htcondor/debian/HTCondor-Release.gpg.key | sudo apt-key add -
apt-get update apt-get install condor
ps -ef | grep condorExpected Result:
condor 966 1 1 13:07 ? 00:00:08 /usr/sbin/condor_master -pidfile /var/run/condor/master.pid condor 967 966 0 13:07 ? 00:00:00 condor_collector -f condor 972 966 0 13:07 ? 00:00:00 condor_negotiator -f condor 973 966 0 13:07 ? 00:00:00 condor_schedd -f condor 974 966 0 13:07 ? 00:00:04 condor_startd -f root 975 973 0 13:07 ? 00:00:00 condor_procd -A /var/run/condor/procd_pipe.SCHEDD -S 60 -C 110
/etc/init.d/condor restart
| Orignal Location | Current Location | 
|---|---|
| bin | /usr/bin | 
| etc | /etc/condor/ | 
| etc/examples | /usr/share/doc/condor/etc/examples | 
| examples | /usr/share/doc/condor/examples | 
| include | /usr/include/condor | 
| lib | /usr/lib/condor | 
| libexec | /usr/lib/condor/libexec | 
| local/condor_config.local | /etc/condor/ | 
| local/execute | /var/lib/condor/execute | 
| local/spool | /var/lib/condor/spool | 
| man | /usr/share/man | 
| sbin | /usr/sbin | 
| sql | /usr/share/condor/sql | 
| src | /usr/src | 
| INIT | /etc/init.d/condor | 
| PID | /var/run/condor | 
| LOGS | /var/log/condor | 
| LOCK | /var/lock/condor |