rakudo: command not found

141 Views Asked by At

I have installed rakudo using sudo apt install rakudo which completes successfully, but when I try to run it I get an error:

sashoalm@HP:~$ rakudo --version
rakudo: command not found

I'm on Ubuntu 18.04.6 LTS. Is rakudo installed but not in my PATH?

1

There are 1 best solutions below

2
sashoalm On BEST ANSWER

I downloaded and inspected the deb file, and it was installed as /usr/bin/perl6 - even though the package itself was named rakudo. I guess this is because my OS is old.