rustc

The Rust compiler. Rust projects usually use cargo instead of invoking rustc directly. More information: <https://doc.rust-lang.org/rustc>.

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