cargo

Manage Rust projects and their module dependencies (crates). Some subcommands such as build have their own usage documentation. More information: <https://doc.rust-lang.org/cargo>.

Debian Debian
RUN apt-get update && \ apt-get install -y cargo
Ubuntu
RUN apt-get update && \ apt-get install -y cargo
Alpine
RUN apk add cargo
Arch Arch Linux
RUN pacman -S --noconfirm cargo
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y cargo
Fedora
RUN dnf install -y cargo
Raspbian
RUN apt-get update && \ apt-get install -y cargo
click the source code to copy install cargo on any operating system with command-not-found.com