El lun., 20 jul. 2020 a las 18:03, Aureliano Guedes (< guedes.aureli...@gmail.com>) escribió:
> Hi all, > > I'm trying to figure out why I cannot install any package with zef. > > $ raku --version > This is Rakudo version 2020.06 built on MoarVM version 2020.06 > implementing Raku 6.d. > > zef install Acme::Insult::Lala > ===SORRY!=== > No candidate found for 'zef' that match your criteria. > Did you perhaps mean one of these? > Distribution | Author(ity) | Version > | | > | | > | | > | | > This error does not seem to correspond to the command line... It's as if you were looking for zef. That happens when you don't have an updated version of the tool and the repos and nothing downloaded locally. My hunch is that you might have an old version of zef; failing that, the repo index must be corrupted somehow. In any case, install zef (not using zef, but reinstalling it from repos or with rakudobrew) and you will fix it. > -- JJ