<?xml version='1.0'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:atom="http://www.w3.org/2005/Atom" >
<channel>
	<title><![CDATA[BOL: Install Zef for Raku !]]></title>
	<link>https://bioinformaticsonline.com/snippets/view/40905/install-zef-for-raku?</link>
	<atom:link href="https://bioinformaticsonline.com/snippets/view/40905/install-zef-for-raku?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/40905/install-zef-for-raku</guid>
	<pubDate>Wed, 05 Feb 2020 06:59:48 -0600</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/40905/install-zef-for-raku</link>
	<title><![CDATA[Install Zef for Raku !]]></title>
	<description><![CDATA[<code>jit@jit-HP-Pro-3335-MT:~/Downloads$ git clone https://github.com/ugexe/zef.git
Cloning into &#039;zef&#039;...
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 .
===&gt; Testing: zef:ver&lt;0.8.2&gt;:auth&lt;github:ugexe&gt;:api&lt;0&gt;
===&gt; Testing [OK] for zef:ver&lt;0.8.2&gt;:auth&lt;github:ugexe&gt;:api&lt;0&gt;
===&gt; Installing: zef:ver&lt;0.8.2&gt;:auth&lt;github:ugexe&gt;:api&lt;0&gt;

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
===&gt; Searching for: String::FuzzyIndex
===&gt; Updating cpan mirror: https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/cpan1.json
===&gt; Updated cpan mirror: https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/cpan1.json
===&gt; Updating p6c mirror: https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/p6c1.json
===&gt; Updated p6c mirror: https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/p6c1.json
===&gt; Testing: String::FuzzyIndex:ver&lt;0.2&gt;:auth&lt;github:threadless-screw&gt;
===&gt; Testing [OK] for String::FuzzyIndex:ver&lt;0.2&gt;:auth&lt;github:threadless-screw&gt;
===&gt; Installing: String::FuzzyIndex:ver&lt;0.2&gt;:auth&lt;github:threadless-screw&gt;</code>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink='true'>https://bioinformaticsonline.com/snippets/view/40905/install-zef-for-raku#item-annotation-3749</guid>
	<pubDate>Wed, 05 Feb 2020 07:14:21 -0600</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/40905/install-zef-for-raku#item-annotation-3749</link>
	<title><![CDATA[Comment by Jit]]></title>
	<description><![CDATA[<pre><code># 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</code></pre>
<pre><code># list all available distributions
zef list<br><br></code></pre>
<pre><code># search for distribution names matching `CSV`
zef search CSV</code></pre>
<pre><code>&nbsp;</code></pre>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

</channel>
</rss>