How To Install llvm11-libs on Fedora 36

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

Introduction

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

What is llvm11-libs

Shared libraries for the LLVM compiler infrastructure.

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

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

sudo dnf -y install llvm11-libs

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

sudo yum -y install llvm11-libs

How To Uninstall llvm11-libs on Fedora 36

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

sudo dnf remove llvm11-libs

llvm11-libs Package Contents on Fedora 36

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

## Introduction

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

### What is `llvm11-libs`

> Shared libraries for the LLVM compiler infrastructure.  

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

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

sudo dnf -y install llvm11-libs

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

sudo yum -y install llvm11-libs

How To Uninstall llvm11-libs on Fedora 36

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

sudo dnf remove llvm11-libs

llvm11-libs Package Contents on Fedora 36

/etc/ld.so.conf.d/llvm11-i386.conf
/usr/lib/.build-id
/usr/lib/.build-id/0d
/usr/lib/.build-id/0d/8b194e117f0c9d06a80ab15b9dd6fef4a002dd
/usr/lib/.build-id/42
/usr/lib/.build-id/42/c29737278052501a572082d69515febf29c17a
/usr/lib/.build-id/bc
/usr/lib/.build-id/bc/5044cecd173178ea028918fa65730b0af90cb8
/usr/lib/.build-id/d3
/usr/lib/.build-id/d3/bc1ccb458df84c57dde9abe134d32deb4e6038
/usr/lib/llvm11/lib/LLVMgold.so
/usr/lib/llvm11/lib/libLLVM-11.1.0.so
/usr/lib/llvm11/lib/libLLVM-11.so
/usr/lib/llvm11/lib/libLTO.so.11
/usr/lib/llvm11/lib/libRemarks.so
/usr/lib/llvm11/lib/libRemarks.so.11
/usr/share/licenses/llvm11-libs
/usr/share/licenses/llvm11-libs/LICENSE.TXT

References

Summary

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

/etc/ld.so.conf.d/llvm11-x86_64.conf /usr/lib/.build-id /usr/lib/.build-id/1f /usr/lib/.build-id/1f/34e65e71708678291abbd764e677e50f3da255 /usr/lib/.build-id/96 /usr/lib/.build-id/96/a3d73dabc63914b7c9c5c1d5500f5c54f62780 /usr/lib/.build-id/eb /usr/lib/.build-id/eb/ed12ddc5fe61130fa0dbca850b2b76b0d0dc0a /usr/lib/.build-id/f2 /usr/lib/.build-id/f2/c95e013ddb8dec0c4135d1b9e57fb08ebaeb74 /usr/lib64/llvm11/lib/LLVMgold.so /usr/lib64/llvm11/lib/libLLVM-11.1.0.so /usr/lib64/llvm11/lib/libLLVM-11.so /usr/lib64/llvm11/lib/libLTO.so.11 /usr/lib64/llvm11/lib/libRemarks.so /usr/lib64/llvm11/lib/libRemarks.so.11 /usr/share/licenses/llvm11-libs /usr/share/licenses/llvm11-libs/LICENSE.TXT


## References

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

## Summary

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