That got me a little farther, +1. The install failed unless run as root, but as root, resulted in this:
# raku -Ilib bin/zef install DBIish ===> Searching for: DBIish ===> Searching for missing dependencies: NativeHelpers::Blob, NativeLi +bs:ver<0.0.9+>:auth<github:salortiz>, NativeCall::TypeDiag ===> Searching for missing dependencies: File::Temp ===> Searching for missing dependencies: File::Directory::Tree ===> Staging NativeHelpers::Blob:ver<0.1.12>:auth<github:salortiz> ===> Staging [OK] for NativeHelpers::Blob:ver<0.1.12>:auth<github:salo +rtiz> ===> Staging NativeLibs:ver<0.0.9>:auth<github:salortiz> ===> Staging [OK] for NativeLibs:ver<0.0.9>:auth<github:salortiz> ===> Staging File::Directory::Tree ===> Staging [OK] for File::Directory::Tree ===> Staging File::Temp:ver<0.0.10>:auth<zef:rbt> ===> Staging [OK] for File::Temp:ver<0.0.10>:auth<zef:rbt> ===> Staging NativeCall::TypeDiag ===> Staging [OK] for NativeCall::TypeDiag ===> Staging DBIish:ver<0.6.6>:auth<zef:raku-community-modules>:api<1> ===> Staging [OK] for DBIish:ver<0.6.6>:auth<zef:raku-community-module +s>:api<1> No such method 'remove-artifacts' for invocant of type 'CompUnit::Repository::Staging'
However, not being able to install normally means that even "installed" modules aren't found...
===SORRY!=== Error while compiling /home/myuser/rakusessiontest.raku Could not find DBIish in: inst#/root/.raku inst#/usr/lib/perl6/site inst#/usr/lib/perl6/vendor inst#/usr/lib/perl6/core ap# nqp# perl5# at /home/myuser/rakusessiontest.raku:4
I'm not sure where to go from here. My "zef" is not yet working properly, it seems. The online guides for working around the problem of this library not being included in this linux distribution are either incomplete or out-of-date. As an ubuntu user for the past twenty years, I'm not ready to switch distros. Maybe I'll have to wait until April 2024 when the next Ubuntu LTS comes out before I can use Raku? That would be a terrible delay.

Blessings,

~Polyglot~


In reply to Re^4: [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.