I didn&#39;t actually install with an RPM.&nbsp; I compiled from binarys from the MythTV.org site.&nbsp; Is there any way to remove a compiled program?<br><br>-Clayton<br><br><div><span class="gmail_quote">On 2/6/07, <b class="gmail_sendername">
Scott</b> &lt;<a href="mailto:list-mythtv@bluecamel.eml.cc">list-mythtv@bluecamel.eml.cc</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>On Feb 6, 2007, at 9:07 PM, Clayton Aucoin wrote:<br><br>&gt; OK, so I have had some problems with MySQL install/configuration<br>&gt; and MythTV, but thanks to this list, I think I have these problems<br>&gt; solved.&nbsp;&nbsp;I do, however, have one other problem.&nbsp;&nbsp;I want to remove
<br>&gt; my MythTV installation and start completely over, but I don&#39;t know<br>&gt; how to do this.&nbsp;&nbsp;I installed mythtv from a binary (I guess like<br>&gt; everyone else?) and don&#39;t know how to go about removing those types
<br>&gt; of installs.&nbsp;&nbsp;I&#39;ve only been a complete Linux user for about 3 or 4<br>&gt; months, so I&#39;m still learning.&nbsp;&nbsp;I&#39;m running SLED 10 32bit if that<br>&gt; helps/means anything.&nbsp;&nbsp;Any help on this issue would be GREATLY
<br>&gt; appreaciated.&nbsp;&nbsp;Thanks in advance.<br><br>As far as I know SLED10 still uses rpm for packages. So some of the<br>following commands might work for you:<br><br>To find all packages with the word &quot;myth&quot; in the name of the package:
<br>rpm -qa | grep -i myth<br><br>Not needed to remove a package, but useful to know to see all files<br>belonging to a package &lt;packagename&gt;:<br>rpm -ql &lt;packagename&gt;<br><br>For each mythtv &lt;packagename&gt; found with the previous command:
<br>rpm -e &lt;packagename&gt;<br><br><br>--<br>Scott &lt;<a href="mailto:catfather@donpoo.net">catfather@donpoo.net</a>&gt;<br>AIM: BlueCame1<br><br>--<br>Scott &lt;<a href="mailto:catfather@donpoo.net">catfather@donpoo.net
</a>&gt;<br>AIM: BlueCame1<br><br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br>