Our Sponsors



Download BioinformaticsOnline(BOL) Apps in your chrome browser.




Install Zef for Raku !

  • Public
By Jit 1544 days ago Comments (1)
jit@jit-HP-Pro-3335-MT:~/Downloads$ git clone https://github.com/ugexe/zef.git Cloning into 'zef'... remote: Enumerating objects: 218, done. remote: Counting objects: 100% (218/218), done. remote: Compressing objects: 100% (136/136), done. remote: Total 10255 (delta 115), reused 153 (delta 81), pack-reused 10037 Receiving objects: 100% (10255/10255), 1.92 MiB | 1.53 MiB/s, done. Resolving deltas: 100% (6290/6290), done. jit@jit-HP-Pro-3335-MT:~/Downloads$ cd zef jit@jit-HP-Pro-3335-MT:~/Downloads/zef$ perl6 -I. bin/zef install . ===> Testing: zef:ver<0.8.2>:auth<github:ugexe>:api<0> ===> Testing [OK] for zef:ver<0.8.2>:auth<github:ugexe>:api<0> ===> Installing: zef:ver<0.8.2>:auth<github:ugexe>:api<0> 1 bin/ script [zef] installed to: /home/jit/.perl6/bin #Now ready to roll jit@jit-HP-Pro-3335-MT:~/Downloads/zef$ /home/jit/.perl6/bin/zef install String::FuzzyIndex ===> Searching for: String::FuzzyIndex ===> Updating cpan mirror: https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/cpan1.json ===> Updated cpan mirror: https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/cpan1.json ===> Updating p6c mirror: https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/p6c1.json ===> Updated p6c mirror: https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/p6c1.json ===> Testing: String::FuzzyIndex:ver<0.2>:auth<github:threadless-screw> ===> Testing [OK] for String::FuzzyIndex:ver<0.2>:auth<github:threadless-screw> ===> Installing: String::FuzzyIndex:ver<0.2>:auth<github:threadless-screw>

Comments

  • Jit 1544 days ago
    # smoke test modules from all repositories
    zef smoke
    
    # run Build.pm if one exists in given path
    zef build .
    
    # update Repository package lists
    zef update
    
    # upgrade all distributions (BETA)
    zef upgrade
    # list all available distributions
    zef list

    # search for distribution names matching `CSV`
    zef search CSV