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

Last updated: May 17,2024

1. Install "rust-doc" package

This tutorial shows how to install rust-doc on Kali Linux

$ sudo apt update $ sudo apt install rust-doc

2. Uninstall "rust-doc" package

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

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

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

Package: rust-doc
Source: rustc
Version: 1.70.0+dfsg1-7
Installed-Size: 520768
Maintainer: Debian Rust Maintainers
Architecture: all
Depends: libjs-jquery, libjs-highlight.js, libjs-mathjax, fonts-open-sans, fonts-font-awesome
Recommends: cargo-doc
Size: 18132132
SHA256: 58b9f5d6567e95d2fb5dabcfbd63ded2b544553632c7eac15bd25cb5894d5b80
SHA1: fc104e55477123b03020fc4ca969c6d7634b8cf7
MD5sum: a5a2cbc84474466a0826d64911ec63f6
Description: Rust systems programming language - Documentation
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 the Rust tutorial, language reference and
standard library documentation.
Description-md5:
Homepage: http://www.rust-lang.org/
Section: rust
Priority: optional
Filename: pool/main/r/rustc/rust-doc_1.70.0+dfsg1-7_all.deb