arch-chroot

Enhanced chroot command to help in the Arch Linux installation process. More information: <https://man.archlinux.org/man/arch-chroot.8>.

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