nasm

The Netwide Assembler, a portable 80x86 assembler. More information: <https://nasm.us>.

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