How to Install and Uninstall lldb-3.7 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "lldb-3.7" package

This is a short guide on how to install lldb-3.7 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install lldb-3.7

2. Uninstall "lldb-3.7" package

This tutorial shows how to uninstall lldb-3.7 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove lldb-3.7 $ sudo apt autoclean && sudo apt autoremove

3. Information about the lldb-3.7 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: lldb-3.7
Priority: optional
Section: universe/devel
Installed-Size: 931
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Architecture: amd64
Source: llvm-toolchain-3.7
Version: 1:3.7.1-2ubuntu2
Depends: libc6 (>= 2.14), liblldb-3.7, libllvm3.7 (= 1:3.7.1-2ubuntu2), libstdc++6 (>= 5.2), python, llvm-3.7-dev, python-lldb-3.7
Conflicts: lldb-3.4, lldb-3.5
Filename: pool/universe/l/llvm-toolchain-3.7/lldb-3.7_3.7.1-2ubuntu2_amd64.deb
Size: 244108
MD5sum: bf4e0074565222cd6c0e703c38aaf033
SHA1: a2a29460b5a0cf1dcf2fa6b70633650efbb974ea
SHA256: 35ee782c587a1ae8dc30be49faba6332bb0fb33fdef1eef087f2d3dfc4a5291e
Description-en: Next generation, high-performance debugger
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.
Description-md5: 45d52d0209cd7953d2f2bc4d1a99170f
Homepage: http://www.llvm.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu