GET

simple and consistent interface to the world-wide web

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