Questions tagged [rakudo]

2 questions
1
vote
2 answers

What is the best way to install Raku on Ubuntu 22.04 with readline or a line editor?

On Ubuntu 22.04 LTS, I can install Rakudo (formerly known as Perl 6) like this: sudo apt install rakudo Then when I run raku on the command-line, I get this output: $ raku Welcome to Rakudo™ v2022.02. Implementing the Raku® Programming Language…
Flimm
  • 44,031
1
vote
1 answer

How to enable up arrow in Rakudo REPL on Ubuntu 21.10?

I'm installed Rakudo on Ubuntu 21.10 by running this command: sudo apt install rakudo Now I can run the Raku REPL by running raku or rakudo. I would like to be able to select the previous command by typing the up arrow, just like you can in the…
Flimm
  • 44,031