How to Install and Uninstall distcc-pump Package on Kali Linux

Last updated: May 14,2024

1. Install "distcc-pump" package

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

$ sudo apt update $ sudo apt install distcc-pump

2. Uninstall "distcc-pump" package

Learn how to uninstall distcc-pump on Kali Linux:

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

3. Information about the distcc-pump package on Kali Linux

Package: distcc-pump
Source: distcc
Version: 3.4+really3.4-4
Installed-Size: 473
Maintainer: Christian Marillat
Architecture: amd64
Depends: libc6 (>= 2.33), python3 (<< 3.12), python3 (>= 3.11~), python3:any, distcc
Size: 144516
SHA256: d4cb0a5116386c5c803d01a57f3cea7a14f2484647d5b848e6d8a82955bbd08d
SHA1: 7ca2ef016d44d80ddcd8b5a7384def1def51319d
MD5sum: daa5f6b68fb694a8e6210920809d1c98
Description: pump mode for distcc a 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.
.
this package contains the necessary additions for distcc's "pump" mode,
which improves on plain distcc by distributing not only compilation but
also preprocessing to distcc servers.
.
If you have more than 10 CPUs involved in your distcc setup, you should
consider using this package on your distcc client machine.
Description-md5:
Homepage: https://distcc.github.io/
Section: devel
Priority: optional
Filename: pool/main/d/distcc/distcc-pump_3.4+really3.4-4_amd64.deb