How To Install llvm10-libs on Fedora 36

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

Introduction

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

What is llvm10-libs

Shared libraries for the LLVM compiler infrastructure.

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

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

sudo dnf -y install llvm10-libs

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

sudo yum -y install llvm10-libs

How To Uninstall llvm10-libs on Fedora 36

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

sudo dnf remove llvm10-libs

llvm10-libs Package Contents on Fedora 36

/etc/ld.so.conf.d/llvm10-x86_64.conf
/usr/lib/.build-id
/usr/lib/.build-id/19
/usr/lib/.build-id/19/cc748a10cdd1c74f81617c5ebe58264d1d8543
/usr/lib/.build-id/28
/usr/lib/.build-id/28/65359fb8ac495a9c7b0459be1ab32b337daf5e
/usr/lib/.build-id/51
/usr/lib/.build-id/51/1e7989f95519f6fc4413b830140a393b19ba97
/usr/lib/.build-id/78/0428b6cd8f846f9d2b7f7a5c035eb8f03701c9
/usr/lib64/llvm10/lib/LLVMgold.so
/usr/lib64/llvm10/lib/libLLVM-10.0.0.so
/usr/lib64/llvm10/lib/libLLVM-10.so
/usr/lib64/llvm10/lib/libLTO.so.10
/usr/lib64/llvm10/lib/libRemarks.so
/usr/lib64/llvm10/lib/libRemarks.so.10
/usr/share/licenses/llvm10-libs
/usr/share/licenses/llvm10-libs/LICENSE.TXT

References

Summary

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


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

Introduction

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

What is llvm10-libs

Shared libraries for the LLVM compiler infrastructure.

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

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

sudo dnf -y install llvm10-libs

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

sudo yum -y install llvm10-libs

How To Uninstall llvm10-libs on Fedora 36

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

sudo dnf remove llvm10-libs

llvm10-libs Package Contents on Fedora 36

/etc/ld.so.conf.d/llvm10-i386.conf
/usr/lib/.build-id
/usr/lib/.build-id/36
/usr/lib/.build-id/36/9f8305900753004081415625fb87081e0969a4
/usr/lib/.build-id/53
/usr/lib/.build-id/53/ebc81da6d16dc1bb0d4615895ff2b347c85f95
/usr/lib/.build-id/7d
/usr/lib/.build-id/7d/4cf07166081d8ee43ce62eef9a16752982b522
/usr/lib/.build-id/e9
/usr/lib/.build-id/e9/6bd7345dfcd7d45627063a078930bf273afda5
/usr/lib/llvm10/lib/LLVMgold.so
/usr/lib/llvm10/lib/libLLVM-10.0.0.so
/usr/lib/llvm10/lib/libLLVM-10.so
/usr/lib/llvm10/lib/libLTO.so.10
/usr/lib/llvm10/lib/libRemarks.so
/usr/lib/llvm10/lib/libRemarks.so.10
/usr/share/licenses/llvm10-libs
/usr/share/licenses/llvm10-libs/LICENSE.TXT

References

Summary

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