aarch64-linux-gnu-gcc

GNU C cross-compiler for architecture arm64

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