How to Install and Uninstall lldb Package on openSUSE Leap

Last updated: May 17,2024

1. Install "lldb" package

This is a short guide on how to install lldb on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install lldb

2. Uninstall "lldb" package

Please follow the guidance below to uninstall lldb on openSUSE Leap:

$ sudo zypper remove lldb

3. Information about the lldb package on openSUSE Leap

Information for package lldb:
-----------------------------
Repository : Main Repository
Name : lldb
Version : 15.0.7-bp155.1.7
Arch : x86_64
Vendor : openSUSE
Installed Size : 72 B
Installed : No
Status : not installed
Source package : llvm-15.0.7-bp155.1.7.src
Upstream URL : https://lldb.llvm.org/
Summary : Software debugger built using LLVM libraries
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.
This package is a dummy package that depends on the version of
lldb that openSUSE currently supports. Packages that
don't require a specific LLDB version should depend on this.