How To Install lld-libs on Rocky Linux 8

In this tutorial we learn how to install lld-libs on Rocky Linux 8. lld-libs is LLD shared libraries

Introduction

In this tutorial we learn how to install lld-libs on Rocky Linux 8.

What is lld-libs

Shared libraries for LLD.

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

Install lld-libs on Rocky Linux 8 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 Rocky Linux 8 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 Rocky Linux 8

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

sudo dnf remove lld-libs

lld-libs Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/19
/usr/lib/.build-id/19/a465609dfacd75a064957f3935f73d19c2ea59
/usr/lib/.build-id/44
/usr/lib/.build-id/44/9dd407c45001f988e7b75aeddf1399fda4d769
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/c4de9b80c64f17cd3b53d9ed1784b50b3581f5
/usr/lib/.build-id/5a
/usr/lib/.build-id/5a/c687e0fa1846e5092ed2b00ce26c9057edb25f
/usr/lib/.build-id/62
/usr/lib/.build-id/62/fac6711272817152e43ba84bfb46cf48b8ba96
/usr/lib/.build-id/7b
/usr/lib/.build-id/7b/0b03e64dd61ab6f696ebb251de7532edebcb46
/usr/lib/.build-id/90
/usr/lib/.build-id/90/162fda95384a99d657c34154c7816262d11526
/usr/lib/.build-id/99
/usr/lib/.build-id/99/740630aa044fec8cfbe825d2f7f2988df7c3b8
/usr/lib/.build-id/b1
/usr/lib/.build-id/b1/9f128af9f7287f06ef6108ddf3654201c4c26a
/usr/lib/.build-id/c7
/usr/lib/.build-id/c7/86a6c18ae75899a629d8ca318ad13aea209a60
/usr/lib/.build-id/dc
/usr/lib/.build-id/dc/8fea7a25954699e78a3874ac60140ee68ec73e
/usr/lib64/liblldCOFF.so.11
/usr/lib64/liblldCommon.so.11
/usr/lib64/liblldCore.so.11
/usr/lib64/liblldDriver.so.11
/usr/lib64/liblldELF.so.11
/usr/lib64/liblldMachO.so.11
/usr/lib64/liblldMachO2.so.11
/usr/lib64/liblldMinGW.so.11
/usr/lib64/liblldReaderWriter.so.11
/usr/lib64/liblldWasm.so.11
/usr/lib64/liblldYAML.so.11
/usr/lib/.build-id
/usr/lib/.build-id/24
/usr/lib/.build-id/24/b9e4120412b1cfd65c609608d82e2a482def2b
/usr/lib/.build-id/27
/usr/lib/.build-id/27/86b55ee1534a67e6655910ddb0f3cbe5441821
/usr/lib/.build-id/32
/usr/lib/.build-id/32/9262f2ab4e8f9489789b9460dd20562165c1ca
/usr/lib/.build-id/59
/usr/lib/.build-id/59/2cb42333273e9ed35e9cda07cfd6d5bde612ca
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/6c4109691f69a82177b21f2b942c314db15708
/usr/lib/.build-id/74
/usr/lib/.build-id/74/639581341727144b4543c4bcc0405cdc98b9a2
/usr/lib/.build-id/76
/usr/lib/.build-id/76/a1baf99dace27ac690ede10cea936eb48911fd
/usr/lib/.build-id/92
/usr/lib/.build-id/92/292935f4c9c53dbbd6acedd53468945f6dce8d
/usr/lib/.build-id/9d
/usr/lib/.build-id/9d/d86840053c01d6057915a229993863e402cdca
/usr/lib/.build-id/ea
/usr/lib/.build-id/ea/6b10840c5d7c6fffed8e22c3cc7af663bc23fd
/usr/lib/.build-id/f3
/usr/lib/.build-id/f3/07f00c67eeff6c8c544d020c450d457895fcc4
/usr/lib/liblldCOFF.so.11
/usr/lib/liblldCommon.so.11
/usr/lib/liblldCore.so.11
/usr/lib/liblldDriver.so.11
/usr/lib/liblldELF.so.11
/usr/lib/liblldMachO.so.11
/usr/lib/liblldMachO2.so.11
/usr/lib/liblldMinGW.so.11
/usr/lib/liblldReaderWriter.so.11
/usr/lib/liblldWasm.so.11
/usr/lib/liblldYAML.so.11

References

Summary

In this tutorial we learn how to install lld-libs on Rocky Linux 8 using yum and dnf.