<?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>codejunky &#187; Linux</title>
	<atom:link href="http://codejunky.org/tag/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://codejunky.org</link>
	<description>News from the wild wild web</description>
	<lastBuildDate>Thu, 25 Feb 2010 18:56:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Using paludis for dummies</title>
		<link>http://codejunky.org/2009/12/16/using-paludis-for-dummies</link>
		<comments>http://codejunky.org/2009/12/16/using-paludis-for-dummies#comments</comments>
		<pubDate>Wed, 16 Dec 2009 12:31:42 +0000</pubDate>
		<dc:creator>jan</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Paludis]]></category>

		<guid isPermaLink="false">http://codejunky.org/?p=43</guid>
		<description><![CDATA[This should be a quickstart for using paludis and not an alternative for reading the whole documentation! Basics Sync the configured repositories: # paludis -s Installing a package: # paludis -i category/packagename Updating the system: # paludis -i world Uninstalling a package: # paludis -u category/packagename Note: All the above commands accept the &#8211;pretend parameter ]]></description>
			<content:encoded><![CDATA[<p><strong>This should be a quickstart for using paludis and not an alternative for reading the whole documentation!</strong></p>
<h3>Basics</h3>
<p>Sync the configured repositories:</p>
<blockquote><p># paludis -s</p></blockquote>
<p>Installing a package:</p>
<blockquote><p># paludis -i category/packagename</p></blockquote>
<p>Updating the system:</p>
<blockquote><p># paludis -i world</p></blockquote>
<p>Uninstalling a package:</p>
<blockquote><p># paludis -u category/packagename</p></blockquote>
<p><strong>Note:</strong> All the above commands accept the <strong>&#8211;pretend</strong> parameter to see what will be happening.</p>
<p>Searching for a package:</p>
<blockquote><p># paludis -q packagename</p></blockquote>
<blockquote><p># inquisitio packagename</p></blockquote>
<h3>More advanced operations</h3>
<p>Reinstalling all installed packages:</p>
<blockquote><p># paludis -i &#8211;dl-reinstall always everything</p></blockquote>
<p>Discarding blockers:</p>
<blockquote><p># paludis -i category/package &#8211;dl-blocks discard</p></blockquote>
<p>Finding and reinstalling broken packages:</p>
<blockquote><p># reconcilio</p></blockquote>
<p>Installing a package and update only required dependencies:</p>
<blockquote><p># paludis -i package &#8211;dl-upgrade as-needed</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://codejunky.org/2009/12/16/using-paludis-for-dummies/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
