How to Install and Uninstall icecc Package on Kali Linux

Last updated: May 10,2024

1. Install "icecc" package

This tutorial shows how to install icecc on Kali Linux

$ sudo apt update $ sudo apt install icecc

2. Uninstall "icecc" package

Learn how to uninstall icecc on Kali Linux:

$ sudo apt remove icecc $ sudo apt autoclean && sudo apt autoremove

3. Information about the icecc package on Kali Linux

Package: icecc
Source: icecc (1.4-1)
Version: 1.4-1+b1
Installed-Size: 958
Maintainer: Debian KDE Extras Team
Architecture: amd64
Depends: libarchive13 (>= 3.3.3), libc6 (>= 2.34), libcap-ng0 (>= 0.7.9), libgcc-s1 (>= 3.0), liblzo2-2 (>= 2.02), libstdc++6 (>= 13.1), libzstd1 (>= 1.5.5), adduser, lsb-base, file, g++ | c++-compiler | c-compiler
Pre-Depends: init-system-helpers (>= 1.54~)
Recommends: logrotate
Suggests: icecc-monitor, clang
Size: 282504
SHA256: ac4c5b1bf73f8d1d6fccf2282a5fe9402372c81ebe87df073be689c4732427c4
SHA1: f8574b3f07596c583cdd47a1e61d873ec0944641
MD5sum: 46bef0fc75ac7919927523460926bd25
Description: distributed compiler (client and server)
icecc (also known as Icecream) is a distributed compile system. It allows
parallel compiling by distributing the compile jobs to several nodes of
a compile network running the icecc daemon. The icecc scheduler routes
the jobs and provides status and statistics information to the icecc monitor.
.
Each compile node can accept one or more compile jobs depending on the number
of processors and the settings of the daemon. Link jobs and other jobs which
cannot be distributed are executed locally on the node where the compilation
is started.
Description-md5:
Homepage: https://github.com/icecc/icecream
Tag: admin::cluster, devel::buildtools, devel::compiler, implemented-in::c++,
implemented-in::perl, interface::commandline, interface::daemon,
network::client, network::server, role::program, scope::utility,
works-with::software:source
Section: devel
Priority: optional
Filename: pool/main/i/icecc/icecc_1.4-1+b1_amd64.deb