How to Install and Uninstall rustc Package on Kali Linux

Last updated: May 13,2024

1. Install "rustc" package

Please follow the guidelines below to install rustc on Kali Linux

$ sudo apt update $ sudo apt install rustc

2. Uninstall "rustc" package

This guide let you learn how to uninstall rustc on Kali Linux:

$ sudo apt remove rustc $ sudo apt autoclean && sudo apt autoremove

3. Information about the rustc package on Kali Linux

Package: rustc
Version: 1.70.0+dfsg1-7
Installed-Size: 8860
Maintainer: Debian Rust Maintainers
Architecture: amd64
Replaces: libstd-rust-dev (<< 1.25.0+dfsg1-2~~)
Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libstd-rust-dev (= 1.70.0+dfsg1-7), gcc, libc-dev, binutils (>= 2.26)
Recommends: cargo (>= 0.71.0~~), cargo (<< 0.72.0~~), llvm-16
Suggests: lld-16, clang-16
Breaks: libstd-rust-dev (<< 1.25.0+dfsg1-2~~)
Size: 2997712
SHA256: 273247002f0a18bb3035c5e5052f6244b89f66290f774a76fea431804dd17fd9
SHA1: d4069d9116944c27c8f4d06cfae6d6e7d3b2b86a
MD5sum: f69ae85900b030c56e5bc403db6d89a2
Description: Rust systems programming language
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.
Description-md5:
Multi-Arch: allowed
Homepage: http://www.rust-lang.org/
Section: rust
Priority: optional
Filename: pool/main/r/rustc/rustc_1.70.0+dfsg1-7_amd64.deb