-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No explanation of running rakudo when installed by package manager on linux #50
Comments
On Fri, Sep 18, 2020 at 11:39 MorayJ ***@***.***> wrote:
I installed rakudo by using apt on Debian 10. There is no explanation of
how to run it. A short type raku or try perl6 might be useful.
Have you tried this in a terminal window:
$ raku
It is not a GUI program. What do you get when you install, say, R?
…-Tom
|
I was doing it on a Debian 10 system so the executable is |
How should rakudo print a message on installation when it's not even run? Package installation is a process very similar to extracting a zip archive. You wouldn't expect the files in that zip archive to give you any messages. It also wouldn't make much sense, since installation can be done fully automated and often is. Just imagine packages giving you messages when you install Linux and hundreds or even thousands of packages get installed. What point would be there for telling you anything? Current rakudo contains a binary also named |
@niner I understood the request as for the website to have a note about this, rather than suggesting that package installation itself emits one. |
On Tue, Sep 22, 2020 at 10:27 MorayJ ***@***.***> wrote:
I was doing it on a Debian 10 system so the executable is perl6.
...
Sorry, I misunderstood the problem. Debian 10 is my OS also, but I use
the more often updated version ('rakudo-pkg' by @nxadm) on the
website. Once you set it up (very easy to do) you treat it like any
other Debian package but enjoy the latest Rakudo with the 'raku'
executable.
Check out instructions here:
https://nxadm.github.io/rakudo-pkg/
Enjoy!
…-Tom
|
I installed rakudo by using
apt
on Debian 10. There is no explanation of how to run it. A shorttype raku or try perl6
might be useful.The text was updated successfully, but these errors were encountered: