<?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>Ali Aboosaidi &#187; rpm</title>
	<atom:link href="http://insanelabs.com/tag/rpm/feed/" rel="self" type="application/rss+xml" />
	<link>http://insanelabs.com</link>
	<description>Umm... Unorthodox?</description>
	<lastBuildDate>Tue, 08 Nov 2011 21:04:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Linux: Remove installed RPM packages manually</title>
		<link>http://insanelabs.com/linux/linux-remove-installed-rpm-packages-manually/</link>
		<comments>http://insanelabs.com/linux/linux-remove-installed-rpm-packages-manually/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 22:02:53 +0000</pubDate>
		<dc:creator>Ali</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[rpm]]></category>
		<category><![CDATA[uninstall rpm]]></category>

		<guid isPermaLink="false">http://insanelabs.com/?p=869</guid>
		<description><![CDATA[Sometimes you screw up an application and are unable to use rpm -e to remove them from your system. Here is how you go about doing that: To find installed RPM packages: rpm -qa &#124; grep &#60;string&#62; To remove: rpm -e --nodeps --allmatches &#60;package name&#62; Related posts: Linux: find a string recursively within files Linux: [...]
Related posts:<ol>
<li><a href="http://insanelabs.com/linux/linux-find-a-string-recursively-within-files/" rel='bookmark' title='Linux: find a string recursively within files' class="liinternal">Linux: find a string recursively within files</a></li>
<li><a href="http://insanelabs.com/linux/linux-cannot-move-folders-inter-device-move-failed-unable-to-remove-target-is-a-directory/" rel='bookmark' title='Linux: Cannot move folders &#8211; inter-device move failed, unable to remove target: Is a directory' class="liinternal">Linux: Cannot move folders &#8211; inter-device move failed, unable to remove target: Is a directory</a></li>
<li><a href="http://insanelabs.com/linux/linux-a-simple-and-quick-way-of-sharing-a-folder-with-windows-systems-using-samba/" rel='bookmark' title='Linux: A simple and quick way of sharing a folder with Windows systems using Samba' class="liinternal">Linux: A simple and quick way of sharing a folder with Windows systems using Samba</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Sometimes you screw up an application and are unable to use rpm -e to remove them from your system. Here is how you go about doing that:</p>
<p>To find installed RPM packages:</p>
<pre>rpm -qa | grep &lt;string&gt;</pre>
<p>To remove:</p>
<pre>rpm -e --nodeps --allmatches &lt;package name&gt;</pre>
<p>Related posts:<ol>
<li><a href="http://insanelabs.com/linux/linux-find-a-string-recursively-within-files/" rel='bookmark' title='Linux: find a string recursively within files' class="liinternal">Linux: find a string recursively within files</a></li>
<li><a href="http://insanelabs.com/linux/linux-cannot-move-folders-inter-device-move-failed-unable-to-remove-target-is-a-directory/" rel='bookmark' title='Linux: Cannot move folders &#8211; inter-device move failed, unable to remove target: Is a directory' class="liinternal">Linux: Cannot move folders &#8211; inter-device move failed, unable to remove target: Is a directory</a></li>
<li><a href="http://insanelabs.com/linux/linux-a-simple-and-quick-way-of-sharing-a-folder-with-windows-systems-using-samba/" rel='bookmark' title='Linux: A simple and quick way of sharing a folder with Windows systems using Samba' class="liinternal">Linux: A simple and quick way of sharing a folder with Windows systems using Samba</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://insanelabs.com/linux/linux-remove-installed-rpm-packages-manually/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

