How to Install and Uninstall lldb.x86_64 Package on CentOS 8 / RHEL 8

Last updated: November 19,2024

1. Install "lldb.x86_64" package

Please follow the guidelines below to install lldb.x86_64 on CentOS 8 / RHEL 8

$ 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 CentOS 8 / RHEL 8:

$ sudo dnf remove lldb.x86_64 $ sudo dnf autoremove

3. Information about the lldb.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 5:59:39 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : lldb
Version : 10.0.1
Release : 1.module_el8.3.0+467+cb298d5b
Architecture : x86_64
Size : 6.0 M
Source : lldb-10.0.1-1.module_el8.3.0+467+cb298d5b.src.rpm
Repository : appstream
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.