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

Last updated: May 09,2024

1. Install "dmucs" package

Please follow the guidance below to install dmucs on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install dmucs

2. Uninstall "dmucs" package

Here is a brief guide to show you how to uninstall dmucs on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove dmucs $ sudo apt autoclean && sudo apt autoremove

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

Package: dmucs
Priority: extra
Section: universe/devel
Installed-Size: 380
Maintainer: Ubuntu Developers
Original-Maintainer: Sam Clegg
Architecture: amd64
Version: 0.6.1-2.1
Depends: libc6 (>= 2.7), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0)
Filename: pool/universe/d/dmucs/dmucs_0.6.1-2.1_amd64.deb
Size: 109550
MD5sum: ac6bdf9c9ee857b0b6fe34c28479bc90
SHA1: a5bacabe2d15a8ebbd92c2219e5de3d48fdf846c
SHA256: 508c86d5705917c745ff586f2ef9baa5a02892eca73510f9975460433ba332fe
Description-en: distributed compilation system for use with distcc
DMUCS is a system that allows a group of users to share a compilation farm.
Each compilation request from each user will be sent to the fastest available
machine, every time. The system has these fine qualities:
* Works with distcc, which need not be altered in any way.
* Supports multiple operating systems in the compilation farm.
* Uses all processors of a multi-processor compilation host.
* Makes best use of compilation hosts with widely differing CPU speeds.
* Takes into account the load on a host caused by non-compilation tasks.
* Supports the dynamic addition and removal of hosts to the compilation farm.
Description-md5: ad9c89357422cbee4fadbd47dc523d25
Homepage: http://dmucs.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu