wget

Download files from the Web. Supports HTTP, HTTPS, and FTP. More information: <https://www.gnu.org/software/wget>.

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