How To Install lld-libs on Fedora 36

In this tutorial we learn how to install lld-libs in Fedora 36. lld-libs is LLD shared libraries

Introduction

In this tutorial we learn how to install lld-libs on Fedora 36.

What is lld-libs

Shared libraries for LLD.

We can use yum or dnf to install lld-libs on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lld-libs.

Install lld-libs on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install lld-libs using dnf by running the following command:

sudo dnf -y install lld-libs

Install lld-libs on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install lld-libs using yum by running the following command:

sudo yum -y install lld-libs

How To Uninstall lld-libs on Fedora 36

To uninstall only the lld-libs package we can use the following command:

sudo dnf remove lld-libs

lld-libs Package Contents on Fedora 36

---
title: "How To Install lld-libs on Fedora 36"
linkTitle: "lld-libs"
type: "docs"
description: "In this tutorial we learn how to install lld-libs in Fedora 36. lld-libs is LLD shared libraries"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/lld-libs-featured.png
---

## Introduction

In this tutorial we learn how to install `lld-libs` on Fedora 36.

### What is `lld-libs`

> Shared libraries for LLD.  

We can use `yum` or `dnf` to install `lld-libs` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lld-libs.

## Install lld-libs on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install lld-libs using dnf by running the following command:

sudo dnf -y install lld-libs

Install lld-libs on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install lld-libs using yum by running the following command:

sudo yum -y install lld-libs

How To Uninstall lld-libs on Fedora 36

To uninstall only the lld-libs package we can use the following command:

sudo dnf remove lld-libs

lld-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/5474b52f3c80728cf10d40625f2b15c5bfba4e
/usr/lib/.build-id/51
/usr/lib/.build-id/51/cd7ef3452f1aee09798c20b5f29156c7f4602a
/usr/lib/.build-id/95
/usr/lib/.build-id/95/4ca744329141dac8716a573902b391a87626e1
/usr/lib/.build-id/a0
/usr/lib/.build-id/a0/4f2706662df1b812cfcf4c65e4b5a534ef58eb
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/7428e768075506aea4961f63cf87b965b83e51
/usr/lib/.build-id/d3
/usr/lib/.build-id/d3/bc2e24bc0b50d147f580f18361ba18029d8cb2
/usr/lib64/liblldCOFF.so.14
/usr/lib64/liblldCommon.so.14
/usr/lib64/liblldELF.so.14
/usr/lib64/liblldMachO.so.14
/usr/lib64/liblldMinGW.so.14
/usr/lib64/liblldWasm.so.14

References

Summary

In this tutorial we learn how to install lld-libs on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/lib/.build-id /usr/lib/.build-id/15 /usr/lib/.build-id/15/708f02c54e6271d1c30e9adf9f7e2e0683e4bd /usr/lib/.build-id/70 /usr/lib/.build-id/70/2e2a22716b3d2f3a463e730f1ed2dd503260e1 /usr/lib/.build-id/88 /usr/lib/.build-id/88/6ad33e7528f85f83af9920ec0b8763a4c3da1c /usr/lib/.build-id/93 /usr/lib/.build-id/93/dc66f14d9093f6b5e185a1842e4fbab2dc670f /usr/lib/.build-id/9e /usr/lib/.build-id/9e/4ec9896e4954db854b0b9b9011f86f0d0e1fc7 /usr/lib/.build-id/d1 /usr/lib/.build-id/d1/60dfdf611e203a3aad076ce7899c35b447d862 /usr/lib/liblldCOFF.so.14 /usr/lib/liblldCommon.so.14 /usr/lib/liblldELF.so.14 /usr/lib/liblldMachO.so.14 /usr/lib/liblldMinGW.so.14 /usr/lib/liblldWasm.so.14


## References

* [lld-libs website](http://llvm.org)

## Summary

In this tutorial we learn how to install `lld-libs` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).