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

Last updated: May 19,2024

1. Install "rust-src" package

Learn how to install rust-src on Kali Linux

$ sudo apt update $ sudo apt install rust-src

2. Uninstall "rust-src" package

Please follow the guidelines below to uninstall rust-src on Kali Linux:

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

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

Package: rust-src
Source: rustc
Version: 1.70.0+dfsg1-7
Installed-Size: 132275
Maintainer: Debian Rust Maintainers
Architecture: all
Size: 17169284
SHA256: 0c8bed3cafd6e6800817a65372de3e23a960a0512344186faab616f5e8f0e9d4
SHA1: 5c1097140b94a4d06ed31d3dbe36c4cc614f673e
MD5sum: 6cda4226430c8912437431f62e76343d
Description: Rust systems programming language - source code
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 sources of the Rust compiler and standard
libraries, useful for IDEs and code analysis tools such as Racer.
Description-md5:
Homepage: http://www.rust-lang.org/
Section: devel
Priority: optional
Filename: pool/main/r/rustc/rust-src_1.70.0+dfsg1-7_all.deb