How to Install and Uninstall mold.x86_64 Package on Fedora 36

Last updated: October 07,2024

1. Install "mold.x86_64" package

Here is a brief guide to show you how to install mold.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install mold.x86_64

2. Uninstall "mold.x86_64" package

In this section, we are going to explain the necessary steps to uninstall mold.x86_64 on Fedora 36:

$ sudo dnf remove mold.x86_64 $ sudo dnf autoremove

3. Information about the mold.x86_64 package on Fedora 36

Last metadata expiration check: 2:40:17 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : mold
Version : 1.4.1
Release : 1.fc36
Architecture : x86_64
Size : 1.4 M
Source : mold-1.4.1-1.fc36.src.rpm
Repository : updates
Summary : A Modern Linker
URL : https://github.com/rui314/mold
License : AGPL-3.0-or-later 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.