How to Install and Uninstall htcondor Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "htcondor" package

This is a short guide on how to install htcondor on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install htcondor

2. Uninstall "htcondor" package

Please follow the instructions below to uninstall htcondor on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove htcondor $ sudo apt autoclean && sudo apt autoremove

3. Information about the htcondor package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: htcondor
Priority: extra
Section: universe/science
Installed-Size: 12722
Maintainer: Ubuntu Developers
Original-Maintainer: HTCondor Developers
Architecture: amd64
Source: condor
Version: 8.4.2~dfsg.1-1build1
Replaces: condor (<< 8.0.5~)
Depends: adduser, debconf (>= 0.5) | debconf-2.0, libdate-manip-perl, python, libclassad7 (= 8.4.2~dfsg.1-1build1), perl, libc6 (>= 2.15), libcgroup1 (>= 0.37.1), libcomerr2 (>= 1.01), libcurl3 (>= 7.16.2), libexpat1 (>= 2.0.1), libgcc1 (>= 1:3.0), libglobus-callout0 (>= 3), libglobus-common0 (>= 16), libglobus-ftp-client2 (>= 7), libglobus-gass-transfer2 (>= 7), libglobus-gram-client3 (>= 12), libglobus-gram-protocol3 (>= 11), libglobus-gsi-callback0 (>= 4), libglobus-gsi-cert-utils0 (>= 8), libglobus-gsi-credential1 (>= 6), libglobus-gsi-openssl-error0 (>= 2), libglobus-gsi-proxy-core0 (>= 6), libglobus-gsi-proxy-ssl1 (>= 4), libglobus-gsi-sysconfig1 (>= 5), libglobus-gss-assist3 (>= 9), libglobus-gssapi-error2 (>= 4), libglobus-gssapi-gsi4 (>= 10), libglobus-io3 (>= 11), libglobus-openssl-module0 (>= 3), libglobus-rsl2 (>= 9), libglobus-xio0 (>= 5), libgsoap8, libgssapi-krb5-2 (>= 1.6.dfsg.2), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.13~alpha1+dfsg), libkrb5support0 (>= 1.7dfsg~beta2), libldap-2.4-2 (>= 2.4.7), libltdl7 (>= 2.4.6), libpcre3, libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 5.2), libuuid1 (>= 2.16), libvirt0 (>= 0.5.0), libvomsapi1v5, libx11-6, zlib1g (>= 1:1.1.4)
Recommends: dmtcp, ecryptfs-utils
Suggests: docker, coop-computing-tools
Breaks: condor (<< 8.0.5~)
Filename: pool/universe/c/condor/htcondor_8.4.2~dfsg.1-1build1_amd64.deb
Size: 3621560
MD5sum: b227e106290fd6a69bfddab8b1a37af9
SHA1: 504aa399f58dd9ca7714142507dba963bfd70fa9
SHA256: 632b57af4da0bc9d48bd8fc0d15cda003894ea92e155ba57d02d445c301015fa
Description-en: distributed workload management system
Like other full-featured batch systems, HTCondor provides a job queueing
mechanism, scheduling policy, priority scheme, resource monitoring, and
resource management. Users submit their serial or parallel jobs to HTCondor;
HTCondor places them into a queue. It chooses when and where to run the jobs
based upon a policy, carefully monitors their progress, and ultimately
informs the user upon completion.
.
Unlike more traditional batch queueing systems, HTCondor can also effectively
harness wasted CPU power from otherwise idle desktop workstations. HTCondor
does not require a shared file system across machines - if no shared file
system is available, HTCondor can transfer the job's data files on behalf of
the user.
.
This package can set up an appropriate initial configuration at install
time for a machine intended either as a member of an existing HTCondor pool
or as a "Personal" (single machine) HTCondor pool.
Description-md5: 903f297977fa999b1736134b3022d178
Homepage: http://research.cs.wisc.edu/htcondor
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu