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

Last updated: October 06,2024

1. Install "lldb.x86_64" package

Please follow the step by step instructions below to install lldb.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install lldb.x86_64

2. Uninstall "lldb.x86_64" package

This guide covers the steps necessary to uninstall lldb.x86_64 on Fedora 36:

$ sudo dnf remove lldb.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:26:55 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : lldb
Version : 14.0.5
Release : 1.fc36
Architecture : x86_64
Size : 5.2 M
Source : lldb-14.0.5-1.fc36.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.