How to Install and Uninstall lldb Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "lldb" package

This tutorial shows how to install lldb on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install lldb

2. Uninstall "lldb" package

Learn how to uninstall lldb on openSuSE Tumbleweed:

$ sudo zypper remove lldb

3. Information about the lldb package on openSuSE Tumbleweed

Information for package lldb:
-----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : lldb
Version : 17-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 72 B
Installed : No
Status : not installed
Source package : llvm-17-1.2.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.