How to Install and Uninstall lldb.x86_64 Package on Fedora 34

Last updated: July 01,2024

1. Install "lldb.x86_64" package

Here is a brief guide to show you how to install lldb.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install lldb.x86_64

2. Uninstall "lldb.x86_64" package

In this section, we are going to explain the necessary steps to uninstall lldb.x86_64 on Fedora 34:

$ sudo dnf remove lldb.x86_64 $ sudo dnf autoremove

3. Information about the lldb.x86_64 package on Fedora 34

Last metadata expiration check: 2:11:50 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : lldb
Version : 12.0.1
Release : 1.fc34
Architecture : x86_64
Size : 5.0 M
Source : lldb-12.0.1-1.fc34.src.rpm
Repository : updates
Summary : Next generation high-performance debugger
URL : http://lldb.llvm.org/
License : NCSA
Description : 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.