How to Install and Uninstall lldb5 Package on openSUSE Leap

Last updated: May 19,2024

1. Install "lldb5" package

This guide covers the steps necessary to install lldb5 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install lldb5

2. Uninstall "lldb5" package

This tutorial shows how to uninstall lldb5 on openSUSE Leap:

$ sudo zypper remove lldb5

3. Information about the lldb5 package on openSUSE Leap

Information for package lldb5:
------------------------------
Repository : Main Repository
Name : lldb5
Version : 5.0.1-8.5.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 3.4 MiB
Installed : No
Status : not installed
Source package : llvm5-5.0.1-8.5.1.src
Upstream URL : http://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.