<?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>Rob Rosenbaum&#039;s Development Blog &#187; Linux</title>
	<atom:link href="http://robrosenbaum.com/tags/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://robrosenbaum.com</link>
	<description>PHP, JavaScript, and Other Things</description>
	<lastBuildDate>Mon, 12 Mar 2012 21:51:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>HOWTO: Force Package Removal in Ubuntu/Debian</title>
		<link>http://robrosenbaum.com/linux/howto-force-package-removal-in-ubuntudebian/</link>
		<comments>http://robrosenbaum.com/linux/howto-force-package-removal-in-ubuntudebian/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 14:10:10 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://robrosenbaum.com/linux/howto-force-package-removal-in-ubuntudebian/</guid>
		<description><![CDATA[sudo dpkg -r --force-depends <package>]]></description>
			<content:encoded><![CDATA[<p>If you need to remove a package without removing dependent packages, here is the command you need:</p>
<p>sudo dpkg -r &#8211;force-depends</p>
<p>I have no idea why this is so hard to find &#8211; you could spend an hour reading the dpkg man page and never figure it out, and most posts on forums don&#8217;t seem to even understand this issue. There seems to be an attitude that you shouldn&#8217;t do this, as though you are morally bound to rules about what software you may and may not have on your own computer. I have on several occasions had to completely remove and reinstall corrupted files. The only logical way to do this is to ignore dependency warnings. Besides, I use Linux because I don&#8217;t like people making rules about what I ought to do with my own machine. I hope this post helps someone in the same fix as I am.</p>
]]></content:encoded>
			<wfw:commentRss>http://robrosenbaum.com/linux/howto-force-package-removal-in-ubuntudebian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

