The output of that command was 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'
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:
/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>
In order to actually execute it, I must invoke it as a script, or run it with Raku, like this:
/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
...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.

Note that no man pages exist for zef, and a which zef command returns empty.

Blessings,

~Polyglot~


In reply to Re^2: [RAKU] How to install zef on Ubuntu 22.04 by Polyglot
in thread [RAKU] How to install zef on Ubuntu 22.04 by Polyglot

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.