in.tftpd

advanced TFTP server

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