I didn't actually install with an RPM. I compiled from binarys from the MythTV.org site. 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> <<a href="mailto:list-mythtv@bluecamel.eml.cc">list-mythtv@bluecamel.eml.cc</a>> 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>> OK, so I have had some problems with MySQL install/configuration<br>> and MythTV, but thanks to this list, I think I have these problems<br>> solved. I do, however, have one other problem. I want to remove
<br>> my MythTV installation and start completely over, but I don't know<br>> how to do this. I installed mythtv from a binary (I guess like<br>> everyone else?) and don't know how to go about removing those types
<br>> of installs. I've only been a complete Linux user for about 3 or 4<br>> months, so I'm still learning. I'm running SLED 10 32bit if that<br>> helps/means anything. Any help on this issue would be GREATLY
<br>> appreaciated. 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 "myth" 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 <packagename>:<br>rpm -ql <packagename><br><br>For each mythtv <packagename> found with the previous command:
<br>rpm -e <packagename><br><br><br>--<br>Scott <<a href="mailto:catfather@donpoo.net">catfather@donpoo.net</a>><br>AIM: BlueCame1<br><br>--<br>Scott <<a href="mailto:catfather@donpoo.net">catfather@donpoo.net
</a>><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>