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

Last updated: May 16,2024

1. Install "cargo-doc" package

Please follow the guidelines below to install cargo-doc on Kali Linux

$ sudo apt update $ sudo apt install cargo-doc

2. Uninstall "cargo-doc" package

Please follow the instructions below to uninstall cargo-doc on Kali Linux:

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

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

Package: cargo-doc
Source: cargo
Version: 0.70.1+ds1-2
Installed-Size: 22065
Maintainer: Rust Maintainers
Architecture: all
Size: 1746036
SHA256: 1220ece3d9e8dda4ea3a4ab7f3a21eb89d7cfe34a7edf3a8da7491f42d88d2e8
SHA1: 06379ee7087f98ed09b0205a957a04948ef586db
MD5sum: 74fbd2df59c4b5d55c7c26cb554015df
Description: Rust package manager, documentation
Cargo is a tool that allows Rust projects to declare their various
dependencies, and ensure that you'll always get a repeatable build.
.
To accomplish this goal, Cargo does four things:
* Introduces two metadata files with various bits of project information.
* Fetches and builds your project's dependencies.
* Invokes rustc or another build tool with the correct parameters to build
your project.
* Introduces conventions, making working with Rust projects easier.
.
Cargo downloads your Rust project’s dependencies and compiles your
project.
.
This package contains the documentation.
Description-md5:
Homepage: https://crates.io/
Section: doc
Priority: optional
Filename: pool/main/c/cargo/cargo-doc_0.70.1+ds1-2_all.deb