How to Install and Uninstall cargo-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "cargo-doc" package

This guide covers the steps necessary to install cargo-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install cargo-doc

2. Uninstall "cargo-doc" package

This is a short guide on how to uninstall cargo-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the cargo-doc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: cargo-doc
Architecture: all
Version: 0.47.0-1~exp1ubuntu1~16.04.1
Priority: extra
Section: universe/doc
Source: cargo
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Rust Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 16715
Filename: pool/universe/c/cargo/cargo-doc_0.47.0-1~exp1ubuntu1~16.04.1_all.deb
Size: 1190124
MD5sum: ce9ff0eacc9c4f1e1e95bf25279f6767
SHA1: e18540d554c9a4be61059d41747dbfa75c63a43f
SHA256: 68d7f2f9ac21abb084b8644ec946a44c82ad82fd7d18650772984c7170ef5f36
SHA512: 64184585dfa791b4330cff5f402e2eaa360a4605ff5cb0614dd43dc75e943555dc91ed611d1d9cdf27f6149d8bf4faf15d0314620797a9aa67cd909629b8b31d
Homepage: https://crates.io/
Description-en: 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: f27438963e0fd905872c0e1656b9d40c

Package: cargo-doc
Priority: extra
Section: universe/doc
Installed-Size: 5303
Maintainer: Ubuntu Developers
Original-Maintainer: Rust Maintainers
Architecture: all
Source: cargo
Version: 0.8.0-1
Depends: libjs-jquery
Filename: pool/universe/c/cargo/cargo-doc_0.8.0-1_all.deb
Size: 1000150
MD5sum: c4d29cd5ffbf216ad300295625286a96
SHA1: 69845ed54715807733ce848c19ec286871202a56
SHA256: e51d74272472b11a00cb42ef219f9133a9716e7f87be715fc15cf306697d25f6
Description-en: 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: f27438963e0fd905872c0e1656b9d40c
Homepage: https://crates.io/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu