How to Install and Uninstall mold.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: February 06,2025

1. Install "mold.x86_64" package

This is a short guide on how to install mold.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install mold.x86_64

2. Uninstall "mold.x86_64" package

This is a short guide on how to uninstall mold.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove mold.x86_64 $ sudo dnf autoremove

3. Information about the mold.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:50:14 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : mold
Version : 2.4.0
Release : 2.el8
Architecture : x86_64
Size : 2.6 M
Source : mold-2.4.0-2.el8.src.rpm
Repository : epel
Summary : A Modern Linker
URL : https://github.com/rui314/mold
License : MIT AND (Apache-2.0 OR MIT)
Description : 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.