zef is the module management application that Raku uses.
zef
, included in the Rakudo Star releases of Raku, is the module management application that takes care of downloading, resolving dependencies and testing Raku modules.
zef install One::Module
will search for the module, download it as well as all needed dependencies, test and install it if testing succeeds.
It includes many other commands for module management.