Skip to content

perlbrew ing on $OS

Kang-min Liu edited this page Apr 6, 2018 · 5 revisions

This page is list of short cheatsheet on how to prepare your system so after it runs this bash script:

\curl -L https://install.perlbrew.pl | bash
eval "$(./perl5/perlbrew/bin/perlbrew init-in-bash)"
perlbrew install perl-5.26.1 --notest

you get a usable perl-5.26.1 installation.

Debian and Ubuntu

sudo apt install -y build-essential curl perl

CentOS 7

sudo yum install -y gcc curl patch perl
Clone this wiki locally