How to Install and Uninstall lldb.x86_64 Package on Rocky Linux 9
Last updated: November 28,2024
1. Install "lldb.x86_64" package
In this section, we are going to explain the necessary steps to install lldb.x86_64 on Rocky Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
lldb.x86_64
Copied
2. Uninstall "lldb.x86_64" package
Please follow the guidance below to uninstall lldb.x86_64 on Rocky Linux 9:
$
sudo dnf remove
lldb.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the lldb.x86_64 package on Rocky Linux 9
Last metadata expiration check: 1:22:33 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : lldb
Version : 16.0.6
Release : 1.el9
Architecture : x86_64
Size : 5.8 M
Source : lldb-16.0.6-1.el9.src.rpm
Repository : 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.
Available Packages
Name : lldb
Version : 16.0.6
Release : 1.el9
Architecture : x86_64
Size : 5.8 M
Source : lldb-16.0.6-1.el9.src.rpm
Repository : 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.