<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>UnixNewbie.org &#187; Software Install Tips</title>
	<atom:link href="http://www.unixnewbie.org/category/server-admin-tips/software-install-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unixnewbie.org</link>
	<description></description>
	<lastBuildDate>Mon, 30 Nov 2009 16:58:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to Install Subversion?</title>
		<link>http://www.unixnewbie.org/how-to-install-subversion/</link>
		<comments>http://www.unixnewbie.org/how-to-install-subversion/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 18:18:20 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Software Install Tips]]></category>

		<guid isPermaLink="false">http://www.unixnewbie.org/?p=462</guid>
		<description><![CDATA[This post lists instruction on how to install subversion and information on how to fix the error: Missing Dependency: perl(URI) >= 1.17 is needed by packag...]]></description>
			<content:encoded><![CDATA[<p>To install Subversion in Linux, do</p>
<p><em># yum install subversion</em></p>
<p>If you get Error: Missing Dependency: perl(URI) >= 1.17 is needed by package subversion => here is the fix:</p>
<p><em># cd /usr/local/src<br />
# wget http://rpmfind.net/linux/fedora/releases/7/Everything/x86_64/os/Fedora/perl-URI-1.35-3.noarch.rpm<br />
# rpm -i perl-URI-1.35-3.noarch.rpm<br />
# yum install subversion</em></p>
<p>That should install perl-URI-1.35-3 and Subversion.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unixnewbie.org/how-to-install-subversion/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to install Ghostscript?</title>
		<link>http://www.unixnewbie.org/how-to-install-ghostscript/</link>
		<comments>http://www.unixnewbie.org/how-to-install-ghostscript/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 02:21:59 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Software Install Tips]]></category>

		<guid isPermaLink="false">http://unixnewbie.org/blog/?p=30</guid>
		<description><![CDATA[This post lists instruction on how to install Ghostscript.]]></description>
			<content:encoded><![CDATA[<p><strong>The basic:</strong></p>
<p>Download source at http://www.ghostscript.com/awki/Releases</p>
<blockquote><p><em>./configure<br />
make<br />
make install</em></p></blockquote>
<p>Done <img src='http://www.unixnewbie.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p><strong>Example:</strong> Install Ghostscript 8.63</p>
<blockquote><p><code>cd /usr/local/src/<br />
wget http://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/gs863/ghostscript-8.63.tar.gz<br />
tar zxf ghostscript-8.63.tar.gz<br />
cd ghostscript-8.63<br />
./configure<br />
make<br />
make install<br />
</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.unixnewbie.org/how-to-install-ghostscript/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to install ImageMagick?</title>
		<link>http://www.unixnewbie.org/how-to-install-imagemagick/</link>
		<comments>http://www.unixnewbie.org/how-to-install-imagemagick/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 02:18:13 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Software Install Tips]]></category>

		<guid isPermaLink="false">http://unixnewbie.org/blog/?p=27</guid>
		<description><![CDATA[Download the source from http://www.imagemagick.org/script/download.php => Extract it => &#8220;cd&#8221; to inside the folder => Then execute these commands: ./configure -prefix=/usr/local make make install identify -verbose logo: cd PerlMagick perl Makefile.PL make make install Done]]></description>
			<content:encoded><![CDATA[<p>Download the source from http://www.imagemagick.org/script/download.php => Extract it => &#8220;cd&#8221; to inside the folder => Then execute these commands:</p>
<pre>./configure -prefix=/usr/local
make
make install
identify -verbose logo:
cd PerlMagick
perl Makefile.PL
make
make install</pre>
<p>Done <img src='http://www.unixnewbie.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.unixnewbie.org/how-to-install-imagemagick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
