<?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: Perl Module Installation]]></title>
	<link>https://bioinformaticsonline.com/bookmarks/view/783/perl-module-installation?</link>
	<atom:link href="https://bioinformaticsonline.com/bookmarks/view/783/perl-module-installation?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/783/perl-module-installation</guid>
	<pubDate>Fri, 12 Jul 2013 11:19:41 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/783/perl-module-installation</link>
	<title><![CDATA[Perl Module Installation]]></title>
	<description><![CDATA[<p>Nice step wide information on perl module installation.</p><p>Address of the bookmark: <a href="http://bioinformaticsonline.com/blog/view/710/how-to-install-perl-modules-manually-using-cpan-command-and-other-quick-ways" rel="nofollow">http://bioinformaticsonline.com/blog/view/710/how-to-install-perl-modules-manually-using-cpan-command-and-other-quick-ways</a></p>]]></description>
	<dc:creator>Jitendra Narayan</dc:creator>
</item>
<item>
	<guid isPermaLink='true'>https://bioinformaticsonline.com/bookmarks/view/783/perl-module-installation#item-annotation-4066</guid>
	<pubDate>Fri, 10 Mar 2023 03:28:03 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/783/perl-module-installation#item-annotation-4066</link>
	<title><![CDATA[Comment by BioStar]]></title>
	<description><![CDATA[<p>To install BioPerl on a macOS system, you can follow these steps:</p>
<ol>
<li>
<p>Open the Terminal app on your macOS system.</p>
</li>
<li>
<p>Install Homebrew if you haven't already installed it by entering the following command:</p>
<div>
<div><code>/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" </code></div>
</div>
</li>
<li>
<p>Update Homebrew by entering the following command:</p>
<div>
<div><code>brew update </code></div>
</div>
</li>
<li>
<p>Install Perl by entering the following command:</p>
<div>
<div><code>brew install perl </code></div>
</div>
</li>
<li>
<p>Install cpanminus by entering the following command:</p>
<div>
<div><code>brew install cpanminus </code></div>
</div>
</li>
<li>
<p>Install BioPerl by entering the following command:</p>
<div>
<div><code>cpanm BioPerl </code></div>
</div>
</li>
<li>
<p>Verify the installation by running a BioPerl script or entering the following command to check the BioPerl version:</p>
<div>
<div><code>perl -MBio::Perl -e 'print "$Bio::Perl::VERSION\n"' </code></div>
</div>
</li>
</ol>
<p>If there are any issues with the installation, you can try searching for solutions online or consulting the BioPerl documentation.</p>]]></description>
	<dc:creator>BioStar</dc:creator>
</item>
<item>
	<guid isPermaLink='true'>https://bioinformaticsonline.com/bookmarks/view/783/perl-module-installation#item-annotation-3280</guid>
	<pubDate>Tue, 20 Mar 2018 09:27:12 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/783/perl-module-installation#item-annotation-3280</link>
	<title><![CDATA[Comment by Rahul Nayak]]></title>
	<description><![CDATA[<pre><code><span>tar zxf </span><span>Digest</span><span>-</span><span>SHA1</span><span>-</span><span>2.13</span><span>.</span><span>tar</span><span>.</span><span>gz
cd </span><span>Digest</span><span>-</span><span>SHA1</span><span>-</span><span>2.13</span><span>
perl </span><span>Makefile</span><span>.</span><span>PL
make
make test
make install</span></code></pre>]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>

</channel>
</rss>