Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best way to install Raku with zef without admin password on linux [closed]

Tags:

raku

I manually downloaded the source code for perl, raku and zef, built them, and installed them under $HOME/raku/bin. The question I have, is there a better way that is less work?

like image 962
Bimo Avatar asked Aug 31 '25 04:08

Bimo


1 Answers

Use Rakubrew.

curl https://rakubrew.org/install-on-perl.sh | sh
rakubrew build
rakubrew build-zef
like image 81
Rawley Fowler Avatar answered Sep 06 '25 23:09

Rawley Fowler