How to Install and Uninstall lldb.src Package on Oracle Linux 9

Last updated: November 27,2024

1. Install "lldb.src" package

This guide covers the steps necessary to install lldb.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install lldb.src

2. Uninstall "lldb.src" package

Please follow the step by step instructions below to uninstall lldb.src on Oracle Linux 9:

$ sudo dnf remove lldb.src $ sudo dnf autoremove

3. Information about the lldb.src package on Oracle Linux 9

Last metadata expiration check: 0:16:37 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : lldb
Version : 16.0.6
Release : 1.el9
Architecture : src
Size : 9.9 M
Source : None
Repository : ol9_appstream
Summary : Next generation high-performance debugger
URL : http://lldb.llvm.org/
License : Apache-2.0 WITH LLVM-exception OR 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.