lldb

The LLVM Low-Level Debugger. More information: <https://lldb.llvm.org>.

Debian Debian
RUN apt-get update && \ apt-get install -y lldb
Ubuntu
RUN apt-get update && \ apt-get install -y lldb
Arch Arch Linux
RUN pacman -S --noconfirm lldb
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y lldb
CentOS
RUN yum install -y lldb
Fedora
RUN dnf install -y lldb
Raspbian
RUN apt-get update && \ apt-get install -y lldb
click the source code to copy install lldb on any operating system with command-not-found.com