Skip to content

perlbrew ing on $OS

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

This page is list of short cheatsheet on how to prepare your system so it can run:

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

... successfully and you get a usable perl-5.26.1 installation.

Debian jessie

sudo apt install -y build-essential wget perl

CentOS 7

Clone this wiki locally