How to Install and Uninstall rust-lldb Package on Kali Linux

Last updated: May 21,2024

1. Install "rust-lldb" package

Please follow the step by step instructions below to install rust-lldb on Kali Linux

$ sudo apt update $ sudo apt install rust-lldb

2. Uninstall "rust-lldb" package

Please follow the guidance below to uninstall rust-lldb on Kali Linux:

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

3. Information about the rust-lldb package on Kali Linux

Package: rust-lldb
Source: rustc
Version: 1.70.0+dfsg1-7
Installed-Size: 310
Maintainer: Debian Rust Maintainers
Architecture: all
Replaces: rustc (<< 1.1.0+dfsg1-1)
Depends: lldb-16, python3-lldb-16
Size: 205244
SHA256: 7517c782b1cc2fa4802593d0b82b3f345c06fca9ac521501bc8a74f68492bbf4
SHA1: a903e4d87d1b06835162d0d76e9cf9399767af18
MD5sum: 56c7aa9859be4904ef91bac2cffcae06
Description: Rust debugger (lldb)
Rust is a curly-brace, block-structured expression language. It
visually resembles the C language family, but differs significantly
in syntactic and semantic details. Its design is oriented toward
concerns of "programming in the large", that is, of creating and
maintaining boundaries - both abstract and operational - that
preserve large-system integrity, availability and concurrency.
.
It supports a mixture of imperative procedural, concurrent actor,
object-oriented and pure functional styles. Rust also supports
generic programming and meta-programming, in both static and dynamic
styles.
.
This package contains pretty printers and a wrapper script for
invoking lldb on rust binaries.
Description-md5:
Homepage: http://www.rust-lang.org/
Section: rust
Priority: optional
Filename: pool/main/r/rustc/rust-lldb_1.70.0+dfsg1-7_all.deb