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

Last updated: May 17,2024

1. Install "rust-all" package

Learn how to install rust-all on Kali Linux

$ sudo apt update $ sudo apt install rust-all

2. Uninstall "rust-all" package

This guide covers the steps necessary to uninstall rust-all on Kali Linux:

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

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

Package: rust-all
Source: rustc
Version: 1.70.0+dfsg1-7
Installed-Size: 269
Maintainer: Debian Rust Maintainers
Architecture: all
Depends: rustc (>= 1.70.0+dfsg1-7), rustfmt (>= 1.70.0+dfsg1-7), rust-clippy (>= 1.70.0+dfsg1-7), rust-gdb (>= 1.70.0+dfsg1-7) | rust-lldb (>= 1.70.0+dfsg1-7), cargo
Recommends: cargo (>= 0.71.0~~), cargo (<< 0.72.0~~)
Suggests: rust-doc (>= 1.70.0+dfsg1-7), rust-src (>= 1.70.0+dfsg1-7), libstd-rust-dev-wasm32 (>= 1.70.0+dfsg1-7), libstd-rust-dev-windows (>= 1.70.0+dfsg1-7)
Size: 199480
SHA256: ff580915a497e843eec5750bdc30d1a39642e0e6e46d29c25376bd33bc8515be
SHA1: 00606ec34b3a76c528cffbf29feafabafeb9a5a7
MD5sum: f70fa5b1570efa6ad528bd8d1323ae2a
Description: Rust systems programming language - all developer tools
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 is an empty metapackage that depends on all developer tools
in the standard rustc distribution that have been packaged for Debian.
Description-md5:
Homepage: http://www.rust-lang.org/
Section: devel
Priority: optional
Filename: pool/main/r/rustc/rust-all_1.70.0+dfsg1-7_all.deb