<?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>TiagoFigueira.com &#187; hacks</title>
	<atom:link href="http://tiagofigueira.com/tag/hacks/feed/" rel="self" type="application/rss+xml" />
	<link>http://tiagofigueira.com</link>
	<description>Web Developer &#38; SysAdmin</description>
	<lastBuildDate>Thu, 24 Jun 2010 01:36:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Ubuntu &#8211; Listar pacotes instalados</title>
		<link>http://tiagofigueira.com/ubuntu-listar-todos-os-pacotes-instalados/12/</link>
		<comments>http://tiagofigueira.com/ubuntu-listar-todos-os-pacotes-instalados/12/#comments</comments>
		<pubDate>Sat, 16 May 2009 01:57:23 +0000</pubDate>
		<dc:creator>tiago</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[dpkg]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://tiagofigueira.com/?p=12</guid>
		<description><![CDATA[A forma mais simples de criar uma lista dos pacotes instalados é: sudo dpkg –get-selections &#124; grep ‘[[:space:]]install$’ &#124; \awk ‘{print $1}’ &#62; package_list depois é só visualizar o conteúdo do ficheiro packge_list fonte: UBUNTU HACKS by Jonathan Oxer, Kyle Rankin &#38; Bill Childers (O&#8217;Reilly ISBN 0-596-52720-9)]]></description>
			<content:encoded><![CDATA[<p>A forma mais simples de criar uma lista dos pacotes instalados é:</p>
<pre class="brush: bash;">sudo dpkg –get-selections | grep ‘[[:space:]]install$’ | \awk ‘{print $1}’ &gt; package_list</pre>
<p>depois é só visualizar o conteúdo do ficheiro packge_list</p>
<p><em>fonte:<br />
UBUNTU HACKS by Jonathan Oxer, Kyle Rankin &amp; Bill Childers (O&#8217;Reilly ISBN 0-596-52720-9)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://tiagofigueira.com/ubuntu-listar-todos-os-pacotes-instalados/12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
