in reply to Re: [RAKU] How to install zef on Ubuntu 22.04
in thread [RAKU] How to install zef on Ubuntu 22.04
Raku makes no claims, so far as I can see, to even having installed zef, much less telling me the path to it. When I navigate to /usr/src/zef/bin and run zef directly, I still get this:===> Staging zef:ver<0.21.2>:auth<github:ugexe>:api<0> ===> Staging [OK] for zef:ver<0.21.2>:auth<github:ugexe>:api<0> No such method 'remove-artifacts' for invocant of type 'CompUnit::Repository::Staging'
In order to actually execute it, I must invoke it as a script, or run it with Raku, like this:/usr/src/zef/bin# zef Command 'zef' not found, did you mean: command 'zed' from deb zfs-zed (2.1.5-1ubuntu6~22.04.1) command 'zec' from deb zec (0.12-5) Try: apt install <deb name>
...and you can see the result there. This is the same result as if trying to run it via the full path, i.e. /usr/src/zef/bin/zef./usr/src/zef/bin# raku zef ===SORRY!=== Error while compiling /usr/src/zef/bin/zef Could not find Zef::CLI in: inst#/root/.raku inst#/usr/lib/perl6/site inst#/usr/lib/perl6/vendor inst#/usr/lib/perl6/core ap# nqp# perl5# at /usr/src/zef/bin/zef:3
Note that no man pages exist for zef, and a which zef command returns empty.
Blessings,
~Polyglot~
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: [RAKU] How to install zef on Ubuntu 22.04
by Corion (Patriarch) on Dec 28, 2023 at 08:45 UTC | |
by Polyglot (Chaplain) on Dec 28, 2023 at 09:11 UTC | |
by Corion (Patriarch) on Dec 28, 2023 at 09:37 UTC | |
by Polyglot (Chaplain) on Dec 28, 2023 at 09:55 UTC | |
by Corion (Patriarch) on Dec 28, 2023 at 10:00 UTC | |
| |
by karlgoethebier (Abbot) on Dec 28, 2023 at 17:46 UTC | |
|