How to Install and Uninstall condor-dev Package on Kali Linux

Last updated: May 18,2024

1. Install "condor-dev" package

In this section, we are going to explain the necessary steps to install condor-dev on Kali Linux

$ sudo apt update $ sudo apt install condor-dev

2. Uninstall "condor-dev" package

This tutorial shows how to uninstall condor-dev on Kali Linux:

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

3. Information about the condor-dev package on Kali Linux

Package: condor-dev
Source: condor
Version: 23.4.0+dfsg-1
Installed-Size: 3908
Maintainer: Debian HPC Team
Architecture: amd64
Replaces: htcondor-dev (<< 23.4.0+dfsg-1), libclassad-dev
Conflicts: htcondor-dev (<< 23.4.0+dfsg-1), libclassad-dev
Breaks: htcondor-dev (<< 23.4.0+dfsg-1), libclassad-dev
Size: 672120
SHA256: 82b4b1af365bf6c0dc1ddb6270700ed48b8a0b43276837ad5fd787c915137636
SHA1: e3bbb624a14237332f7c8177793a4a85cd23b719
MD5sum: 325339d93198478233b0a3996634ab6e
Description: 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:
Homepage: https://htcondor.org/
Section: libdevel
Priority: optional
Filename: pool/main/c/condor/condor-dev_23.4.0+dfsg-1_amd64.deb