No such method 'remove-artifacts' for invocant of type 'CompUnit::Repo +sitory::Staging'
For some reason the install still fails, but my Google searches don't turn up anything helpful.
Personally, I would try to avoid using the root account to install stuff and instead run the installation as a normal user, below the /home/corion (or in your case, /home/polyglot) directory. Maybe the installation does not cope well with root permissions or something like that. Until you get zef to install properly, trying to install other stuff is likely futile.
Can you try and re-run the installation under your normal user, maybe in a separate directory?
who am i cd $HOME mkdir raku-zef-install cd raku-zef-install git clone https://github.com/ugexe/zef.git cd zef raku -I. bin/zef install .
This could maybe install zef for your local user (instead of root, or everyone on the machine).
In reply to Re^5: [RAKU] How to install zef on Ubuntu 22.04
by Corion
in thread [RAKU] How to install zef on Ubuntu 22.04
by Polyglot
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |