How to Install and Uninstall mold Package on Kali Linux

Last updated: April 28,2024

1. Install "mold" package

Please follow the step by step instructions below to install mold on Kali Linux

$ sudo apt update $ sudo apt install mold

2. Uninstall "mold" package

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

$ sudo apt remove mold $ sudo apt autoclean && sudo apt autoremove

3. Information about the mold package on Kali Linux

Package: mold
Version: 2.4.1+dfsg-1
Installed-Size: 20691
Maintainer: Sylvestre Ledru
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.4), libstdc++6 (>= 13.1), zlib1g (>= 1:1.2.6)
Size: 2261992
SHA256: 072c31460fc0c860736b317d0f4b7cc2e47dcc7068cce10e7a79ecede3b9d194
SHA1: 3235409702c03465ee8ebc9cc38dd2f8a6a59fe9
MD5sum: d3b272d96f85c17eb7095df7078dc553
Description: Drop-in linker
mold is a faster drop-in replacement for existing Unix linkers.
It is several times faster than the LLVM lld linker.
mold is designed to increase developer productivity by reducing
build time, especially in rapid debug-edit-rebuild cycles.
Description-md5:
Homepage: https://github.com/rui314/mold
Section: devel
Priority: optional
Filename: pool/main/m/mold/mold_2.4.1+dfsg-1_amd64.deb