curl

Transfers data from or to a server. Supports most protocols, including HTTP, FTP, and POP3. More information: <https://curl.se/docs/manpage.html>.

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