How To Install lldb on Fedora 36

In this tutorial we learn how to install lldb in Fedora 36. lldb is Next generation high-performance debugger

Introduction

In this tutorial we learn how to install lldb on Fedora 36.

What is lldb

LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler.

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

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

sudo dnf -y install lldb

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

sudo yum -y install lldb

How To Uninstall lldb on Fedora 36

To uninstall only the lldb package we can use the following command:

sudo dnf remove lldb

lldb Package Contents on Fedora 36

---
title: "How To Install lldb on Fedora 36"
linkTitle: "lldb"
type: "docs"
description: "In this tutorial we learn how to install lldb in Fedora 36. lldb is Next generation high-performance debugger"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/lldb-featured.png
---

## Introduction

In this tutorial we learn how to install `lldb` on Fedora 36.

### What is `lldb`

> LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler.  

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

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

sudo dnf -y install lldb

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

sudo yum -y install lldb

How To Uninstall lldb on Fedora 36

To uninstall only the lldb package we can use the following command:

sudo dnf remove lldb

lldb Package Contents on Fedora 36

/usr/bin/lldb
/usr/bin/lldb-argdumper
/usr/bin/lldb-instr
/usr/bin/lldb-server
/usr/bin/lldb-vscode
/usr/lib/.build-id
/usr/lib/.build-id/05
/usr/lib/.build-id/05/b81b54c3cb2af68b31f56c69db7c193b64589c
/usr/lib/.build-id/1d
/usr/lib/.build-id/1d/eb2432558f2fcfd9d19543bfb6227f0943509e
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/f5797c0b7569b7e3d8deeafa17518f2c2ed5d6
/usr/lib/.build-id/56
/usr/lib/.build-id/56/f806ddd1cf3b5777b9f8fd4d2c9409d81df9a8
/usr/lib/.build-id/6a
/usr/lib/.build-id/6a/346f73e56c201d4c2e87d5f8b2fa18f17d5787
/usr/lib/.build-id/d2
/usr/lib/.build-id/d2/e4df27f381f480f6f0bef4af0ba337869d775c
/usr/lib/.build-id/e8
/usr/lib/.build-id/e8/29c6d59feffb867f4f62b99e911028a2d439ac
/usr/lib/liblldb.so.14
/usr/lib/liblldb.so.14.0.0
/usr/lib/liblldbIntelFeatures.so.14
/usr/share/licenses/lldb
/usr/share/licenses/lldb/LICENSE.TXT

References

Summary

In this tutorial we learn how to install lldb on Fedora 36 using yum and [dnf]((/fedora/36/dnf/). /usr/bin/lldb /usr/bin/lldb-argdumper /usr/bin/lldb-instr /usr/bin/lldb-server /usr/bin/lldb-vscode /usr/lib/.build-id /usr/lib/.build-id/07 /usr/lib/.build-id/07/ae69497168270d7e2b9906139503cc8014199e /usr/lib/.build-id/64 /usr/lib/.build-id/64/a6561bfe5e8495b83457b316689bc8905f526f /usr/lib/.build-id/69 /usr/lib/.build-id/69/16d9d8d3d2796b285428024b14c10bbadef384 /usr/lib/.build-id/79 /usr/lib/.build-id/79/edab3ab81744ef69fbc76995b85072c3ab0cc4 /usr/lib/.build-id/87 /usr/lib/.build-id/87/eae86fa1ee91139bdb91a4f671d683cf326e4e /usr/lib/.build-id/88 /usr/lib/.build-id/88/3578244b48f40d302b84d392fc72484b8ea993 /usr/lib/.build-id/cd /usr/lib/.build-id/cd/2b23daaaa21600b8825a10458e0539c56ab4c3 /usr/lib64/liblldb.so.14 /usr/lib64/liblldb.so.14.0.0 /usr/lib64/liblldbIntelFeatures.so.14 /usr/share/licenses/lldb /usr/share/licenses/lldb/LICENSE.TXT


## References

* [lldb website](http://lldb.llvm.org/)

## Summary

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