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

Last updated: June 05,2024

1. Install "htcondor-dev" package

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

$ sudo apt update $ sudo apt install htcondor-dev

2. Uninstall "htcondor-dev" package

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

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

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

Package: htcondor-dev
Priority: extra
Section: universe/devel
Installed-Size: 1654
Maintainer: Ubuntu Developers
Original-Maintainer: HTCondor Developers
Architecture: amd64
Source: condor
Version: 8.4.2~dfsg.1-1build1
Replaces: condor-dev (<< 8.0.5~)
Breaks: condor-dev (<< 8.0.5~)
Filename: pool/universe/c/condor/htcondor-dev_8.4.2~dfsg.1-1build1_amd64.deb
Size: 294686
MD5sum: ad6dc9c3c2852e0f2774e96b26cf38eb
SHA1: c3c80de84444a0aec67caf02e07d0f385027cab9
SHA256: 353d73b984506c0cc4303734d957a98fe037b6a73d078be27c0b90633d16038c
Description-en: distributed workload management system - development files
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 provides headers and libraries for development of HTCondor
add-ons.
Description-md5: dc9a883b5eba811692b8493cb216896e
Homepage: http://research.cs.wisc.edu/htcondor
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu