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

Last updated: May 11,2024

1. Install "distcc" package

This is a short guide on how to install distcc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install distcc

2. Uninstall "distcc" package

Please follow the guidelines below to uninstall distcc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: distcc
Priority: optional
Section: universe/devel
Installed-Size: 519
Maintainer: Ubuntu Developers
Original-Maintainer: Daniel Hartwig
Architecture: amd64
Version: 3.1-6.2
Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.16), libpopt0 (>= 1.14), adduser (>= 3.52), debconf (>= 0.5) | debconf-2.0, netbase (>= 4.09), lsb-base (>= 3.2-13)
Suggests: distccmon-gnome, ccache, distcc-pump, dbus, dmucs
Filename: pool/universe/d/distcc/distcc_3.1-6.2_amd64.deb
Size: 184108
MD5sum: e2e1bd2a758274c1b834cf1e0aae8cea
SHA1: d4cd46e7a4c5597d304e81a1db73e124ed82ab08
SHA256: 51e26a3a2ca3b5eb3b47dc8379ee487926736ca73de08d78cbace5aaf84b3343
Description-en: 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: 33f7cd75680db874b4ad3e51e2d7a317
Homepage: http://distcc.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu