perl

The Perl 5 language interpreter. More information: <https://www.perl.org>.

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