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

Last updated: May 18,2024

1. Install "mold.x86_64" package

Please follow the steps below to install mold.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install mold.x86_64

2. Uninstall "mold.x86_64" package

Learn how to uninstall mold.x86_64 on Fedora 34:

$ sudo dnf remove mold.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 4:24:47 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : mold
Version : 1.2.1
Release : 1.fc34
Architecture : x86_64
Size : 1.2 M
Source : mold-1.2.1-1.fc34.src.rpm
Repository : updates
Summary : A Modern Linker
URL : https://github.com/rui314/mold
License : AGPLv3+
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.