How to Install and Uninstall condor Package on Kali Linux

Last updated: September 20,2024

1. Install "condor" package

Please follow the steps below to install condor on Kali Linux

$ sudo apt update $ sudo apt install condor

2. Uninstall "condor" package

In this section, we are going to explain the necessary steps to uninstall condor on Kali Linux:

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

3. Information about the condor package on Kali Linux

Package: condor
Version: 23.4.0+dfsg-1
Installed-Size: 31278
Maintainer: Debian HPC Team
Architecture: amd64
Replaces: htcondor (<< 23.4.0+dfsg-1), libclassad16
Depends: adduser, libdate-manip-perl, python3 (<< 3.12), python3-requests, libcom-err2, libgssapi-krb5-2, libk5crypto3, libkrb5-3, libkrb5support0, libmunge2, libssl3 (>= 3.0.0), libscitokens0, libvomsapi1v5, net-tools, libjs-bootstrap, libjs-jquery, perl:any, python3 (>= 3.11~), python3:any, libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py311, libc6 (>= 2.34), libcurl4 (>= 7.16.2), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libgomp1 (>= 4.9), libpcre2-8-0 (>= 10.22), libpython3.11 (>= 3.11.5), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 13.1), libuuid1 (>= 2.16)
Recommends: openssh-server
Suggests: docker.io, coop-computing-tools, singularity-container, slurm-client
Conflicts: htcondor (<< 23.4.0+dfsg-1), libclassad16
Breaks: htcondor (<< 23.4.0+dfsg-1), libclassad16
Size: 8772728
SHA256: 90240eda9a9f895a4c09eae8f53bbfdf08db94284f1e8a275441087046ae9fd1
SHA1: af5f5eaa6dffe860de00dd9c91a3d2a5ff3ab240
MD5sum: cd29ce1c372cea293dd0fa5268932349
Description: 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:
Homepage: https://htcondor.org/
Section: science
Priority: optional
Filename: pool/main/c/condor/condor_23.4.0+dfsg-1_amd64.deb