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

Last updated: May 19,2024

1. Install "rust-gdb" package

In this section, we are going to explain the necessary steps to install rust-gdb on Kali Linux

$ sudo apt update $ sudo apt install rust-gdb

2. Uninstall "rust-gdb" package

Here is a brief guide to show you how to uninstall rust-gdb on Kali Linux:

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

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

Package: rust-gdb
Source: rustc
Version: 1.70.0+dfsg1-7
Installed-Size: 299
Maintainer: Debian Rust Maintainers
Architecture: all
Replaces: rustc (<< 1.1.0+dfsg1-1)
Depends: gdb
Suggests: gdb-doc
Size: 204452
SHA256: 3fdafc5d10e47c19c41bac84d6c917648ff45c503bff6ee9d97c441936903209
SHA1: e7071a586e90ed2d1b8a190bd6d197bcfa9b9334
MD5sum: cfee9ea116a66eef3224dcb8102d5e56
Description: Rust debugger (gdb)
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 gdb on rust binaries.
Description-md5:
Homepage: http://www.rust-lang.org/
Section: rust
Priority: optional
Filename: pool/main/r/rustc/rust-gdb_1.70.0+dfsg1-7_all.deb