mkfs.exfat

Creates an exfat filesystem inside a partition. More information: <https://manned.org/mkfs.exfat>.

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