How to Install and Uninstall lldb.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: September 21,2024

1. Install "lldb.x86_64" package

Please follow the instructions below to install lldb.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install lldb.x86_64

2. Uninstall "lldb.x86_64" package

Here is a brief guide to show you how to uninstall lldb.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove lldb.x86_64 $ sudo dnf autoremove

3. Information about the lldb.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:01:40 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : lldb
Version : 16.0.6
Release : 1.module+el8.9.0+19220+2631d101
Architecture : x86_64
Size : 6.9 M
Source : lldb-16.0.6-1.module+el8.9.0+19220+2631d101.src.rpm
Repository : ubi-8-appstream-rpms
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.