<?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>Organizing Linux Information! &#187; dpkg</title>
	<atom:link href="http://blogs.koolwal.net/category/software/dpkg-software/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.koolwal.net</link>
	<description>It cannot get simpler than this! (TM)</description>
	<lastBuildDate>Mon, 05 Apr 2010 07:59: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>TIP: Resolve DPKG&#8217;s &#8220;extended_states&#8221; error message during upgrade</title>
		<link>http://blogs.koolwal.net/2009/09/29/tip-resolve-dpkgs-extended_states-error-message-during-upgrade/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=tip-resolve-dpkgs-extended_states-error-message-during-upgrade</link>
		<comments>http://blogs.koolwal.net/2009/09/29/tip-resolve-dpkgs-extended_states-error-message-during-upgrade/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 08:26:31 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[APT]]></category>
		<category><![CDATA[dpkg]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://blogs.koolwal.net/?p=1935</guid>
		<description><![CDATA[While doing an upgrade on your Debian or Ubuntu system, if you ever encounter the following error message: E: Unable to parse package file /var/lib/apt/extended_states (1) all you need to do is to rename that file to something else. For example: # cd /var/lib/apt/ # mv extended_states extended_states.tmp Now you can continue whatever you were [...]]]></description>
		<wfw:commentRss>http://blogs.koolwal.net/2009/09/29/tip-resolve-dpkgs-extended_states-error-message-during-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOWTO: Create your own local Debian repository</title>
		<link>http://blogs.koolwal.net/2009/09/21/howto-create-your-own-local-debian-repository/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=howto-create-your-own-local-debian-repository</link>
		<comments>http://blogs.koolwal.net/2009/09/21/howto-create-your-own-local-debian-repository/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 10:02:53 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[dpkg]]></category>
		<category><![CDATA[local]]></category>
		<category><![CDATA[mirror]]></category>
		<category><![CDATA[repository]]></category>

		<guid isPermaLink="false">http://blogs.koolwal.net/?p=1926</guid>
		<description><![CDATA[Purpose: In this blog post we will learn how to create your own local Debian like package repository so that you can use apt-get install commands to install packages just like the way you install from Debian repositories. Let&#8217;s say you have created your own customized Debian packages and you would like them to install [...]]]></description>
		<wfw:commentRss>http://blogs.koolwal.net/2009/09/21/howto-create-your-own-local-debian-repository/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>HOWTO: Compiling packages from source on Debian Linux</title>
		<link>http://blogs.koolwal.net/2009/07/04/compiling-package-from-source-debian-linux/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=compiling-package-from-source-debian-linux</link>
		<comments>http://blogs.koolwal.net/2009/07/04/compiling-package-from-source-debian-linux/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 20:17:47 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[dpkg]]></category>
		<category><![CDATA[binary]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[debuild]]></category>
		<category><![CDATA[packages]]></category>
		<category><![CDATA[source]]></category>

		<guid isPermaLink="false">http://blogs.koolwal.net/?p=1735</guid>
		<description><![CDATA[Purpose: In this post we will learn how to build a Debian package (.deb) from source packages. You might be thinking why would I ever need to do that, right? Well most of the times you are right, you won&#8217;t require to build packages from source, but there will be situations sometimes when you will [...]]]></description>
		<wfw:commentRss>http://blogs.koolwal.net/2009/07/04/compiling-package-from-source-debian-linux/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>A comprehensive command guide to Debian&#8217;s APT-GET and DPKG</title>
		<link>http://blogs.koolwal.net/2009/03/30/a-comprehensive-command-guide-to-debians-apt-get-and-dpkg/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=a-comprehensive-command-guide-to-debians-apt-get-and-dpkg</link>
		<comments>http://blogs.koolwal.net/2009/03/30/a-comprehensive-command-guide-to-debians-apt-get-and-dpkg/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 09:17:10 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[APT]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[dpkg]]></category>
		<category><![CDATA[APT-GET]]></category>
		<category><![CDATA[package]]></category>

		<guid isPermaLink="false">http://blogs.koolwal.net/?p=1240</guid>
		<description><![CDATA[Purpose: Debian has a very powerful package management system called APT. Learning some useful commands can really unleash the true power and usefulness of this package management system. From time to time I will add commands and other tips and tricks that will be helpful to solve some issues and get work done faster. The [...]]]></description>
		<wfw:commentRss>http://blogs.koolwal.net/2009/03/30/a-comprehensive-command-guide-to-debians-apt-get-and-dpkg/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Tip: How to keep a Debian package on hold</title>
		<link>http://blogs.koolwal.net/2009/03/04/tip-how-to-keep-a-debian-package-on-hold/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=tip-how-to-keep-a-debian-package-on-hold</link>
		<comments>http://blogs.koolwal.net/2009/03/04/tip-how-to-keep-a-debian-package-on-hold/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 20:08:45 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[APT]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[dpkg]]></category>
		<category><![CDATA[APT-GET]]></category>
		<category><![CDATA[hold package]]></category>
		<category><![CDATA[old version]]></category>

		<guid isPermaLink="false">http://blogs.koolwal.net/?p=1012</guid>
		<description><![CDATA[Recently I ended up in a situation where I had to use an old version of watchdog package from Etch (4.0) on Debian Lenny (5.0) because of a bug in Lenny&#8217;s version. First you need to uninstall the current version  (5.4-10) of  watchdog package: apt-get purge watchdog Download the watchdog package from Etch and install [...]]]></description>
		<wfw:commentRss>http://blogs.koolwal.net/2009/03/04/tip-how-to-keep-a-debian-package-on-hold/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
