How to Install and Uninstall dmucs Package on Kali Linux

Last updated: May 16,2024

1. Install "dmucs" package

Please follow the guidelines below to install dmucs on Kali Linux

$ sudo apt update $ sudo apt install dmucs

2. Uninstall "dmucs" package

In this section, we are going to explain the necessary steps to uninstall dmucs on Kali Linux:

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

3. Information about the dmucs package on Kali Linux

Package: dmucs
Version: 0.6.1-4
Installed-Size: 324
Maintainer: Debian QA Group
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), lsb-base
Recommends: distcc
Size: 64192
SHA256: 49f01c446ed4bf9a78fb395d33beb6952486711ab7d74d0300a66c5c468a3bd0
SHA1: 1e5c9ef7e5e89dd05078e5cea50448e5e43cada5
MD5sum: f6d1835ca38993dfaf6f312c9fd933b3
Description: 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:
Homepage: http://dmucs.sourceforge.net/
Section: devel
Priority: optional
Filename: pool/main/d/dmucs/dmucs_0.6.1-4_amd64.deb