How to Install and Uninstall distcc-pump Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 11,2024

1. Install "distcc-pump" package

This tutorial shows how to install distcc-pump on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install distcc-pump

2. Uninstall "distcc-pump" package

This guide covers the steps necessary to uninstall distcc-pump on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the distcc-pump package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: distcc-pump
Priority: optional
Section: universe/devel
Installed-Size: 439
Maintainer: Ubuntu Developers
Original-Maintainer: Daniel Hartwig
Architecture: amd64
Source: distcc
Version: 3.1-6.2
Depends: libc6 (>= 2.14), python (<< 2.8), python (>= 2.7~), python2.7, python:any (>= 2.7.5-5~), distcc
Filename: pool/universe/d/distcc/distcc-pump_3.1-6.2_amd64.deb
Size: 114858
MD5sum: 3f7654547838e6a10facc1ec0404b8a2
SHA1: a43e4e9172f603f6f0d52eb747923e2897ae5c5d
SHA256: 4940f2f37ff11d6fb690b671e1599741a0d68d59e11af4ace1290708be5a82ac
Description-en: 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: 50cf2615bafa3e6f6476d5b86de48e23
Homepage: http://distcc.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu