How To Install llvm-libs on Fedora 36

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

Introduction

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

What is llvm-libs

Shared libraries for the LLVM compiler infrastructure.

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

Install llvm-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 llvm-libs using dnf by running the following command:

sudo dnf -y install llvm-libs

Install llvm-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 llvm-libs using yum by running the following command:

sudo yum -y install llvm-libs

How To Uninstall llvm-libs on Fedora 36

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

sudo dnf remove llvm-libs

llvm-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/29
/usr/lib/.build-id/29/c996228c1cb062525f622a0218563891b00b31
/usr/lib/.build-id/50
/usr/lib/.build-id/50/0249844eb0af9b22d7d6a6d1d868834ae1d131
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/8c4f84cb3ad416b9da23ee8c8f9b2b57ead573
/usr/lib/.build-id/d3
/usr/lib/.build-id/d3/d97d3a6ed33b593056d9fcd217cda7ef56c12e
/usr/lib64/LLVMgold.so
/usr/lib64/bfd-plugins/LLVMgold.so
/usr/lib64/libLLVM-14.0.0.so
/usr/lib64/libLLVM-14.so
/usr/lib64/libLTO.so
/usr/lib64/libLTO.so.14
/usr/lib64/libRemarks.so
/usr/lib64/libRemarks.so.14
/usr/share/licenses/llvm-libs
/usr/share/licenses/llvm-libs/LICENSE.TXT

References

Summary

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


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

Introduction

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

What is llvm-libs

Shared libraries for the LLVM compiler infrastructure.

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

Install llvm-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 llvm-libs using dnf by running the following command:

sudo dnf -y install llvm-libs

Install llvm-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 llvm-libs using yum by running the following command:

sudo yum -y install llvm-libs

How To Uninstall llvm-libs on Fedora 36

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

sudo dnf remove llvm-libs

llvm-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/6aa7d4b3da0bb6c557008688319d67cff62d6c
/usr/lib/.build-id/b4
/usr/lib/.build-id/b4/a2e05c4e41ba56fe11ad08473cbce98d150dda
/usr/lib/.build-id/c1/12943bbf91eb3288b2625433c4a1e97346c244
/usr/lib/.build-id/f6/b3d5d7ff1722610876b94eeb5fd33dbb3b2472
/usr/lib/LLVMgold.so
/usr/lib/bfd-plugins/LLVMgold.so
/usr/lib/libLLVM-14.0.0.so
/usr/lib/libLLVM-14.so
/usr/lib/libLTO.so
/usr/lib/libLTO.so.14
/usr/lib/libRemarks.so
/usr/lib/libRemarks.so.14
/usr/share/licenses/llvm-libs
/usr/share/licenses/llvm-libs/LICENSE.TXT

References

Summary

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