How to Install and Uninstall distcc Package on Kali Linux

Last updated: May 03,2024

1. Install "distcc" package

Please follow the step by step instructions below to install distcc on Kali Linux

$ sudo apt update $ sudo apt install distcc

2. Uninstall "distcc" package

Learn how to uninstall distcc on Kali Linux:

$ sudo apt remove distcc $ sudo apt autoclean && sudo apt autoremove

3. Information about the distcc package on Kali Linux

Package: distcc
Version: 3.4+really3.4-4
Installed-Size: 605
Maintainer: Christian Marillat
Architecture: amd64
Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.34), libgssapi-krb5-2 (>= 1.17), libpopt0 (>= 1.14), debconf (>= 0.5) | debconf-2.0, adduser (>= 3.52), netbase (>= 4.09), lsb-base (>= 3.2-13)
Pre-Depends: init-system-helpers (>= 1.54~)
Suggests: distccmon-gnome, ccache, distcc-pump, dbus, dmucs
Size: 203488
SHA256: bf046150a3fdfaf0ac3f5d0c906ba5ddc1f0b96ff18748758159568df246573e
SHA1: 35afc848f1849aec325bd7e4cbb2090cb1cdcf64
MD5sum: 5fbcda04f58d660573e80473865d141f
Description: simple distributed compiler client and server
distcc is a program to distribute compilation of C or C++ code across
several machines on a network. distcc should always generate the same
results as a local compile, is simple to install and use, and is often
significantly faster than a local compile. distcc does not require all
machines to share a filesystem, have synchronized clocks, or to have
the same libraries or header files installed.
Description-md5:
Homepage: https://distcc.github.io/
Tag: admin::cluster, devel::buildtools, devel::lang:c, devel::lang:c++,
implemented-in::c, interface::commandline, interface::daemon,
interface::graphical, interface::x11, network::client, network::server,
protocol::zeroconf, role::program, scope::utility, uitoolkit::gtk,
works-with::software:source, x11::application
Section: devel
Priority: optional
Filename: pool/main/d/distcc/distcc_3.4+really3.4-4_amd64.deb