[mythtv-users] Compiling latest SVN

Michael Rice mikerice1969 at gmail.com
Sat Nov 24 16:38:59 UTC 2007


On Nov 24, 2007 12:17 AM, Axel Thimm <Axel.Thimm at atrpms.net> wrote:
> When that time comes do indeed remove every shread of a mythtv package
> befor ebuildign your own. The line you wrote was doing just that
> (adding a -i for catching the perl packages as well):
>
> rpm -qa | grep -v myth | xargs rpm -e
>
> After that no traces of package based bits for mythtv will have
> remained. You can now safely configure/make/make install under /usr or
> /usr/local.

I think he meant:

rpm -qa | grep -i myth | xargs rpm -e

Using grep -v causes everything but myth to be removed...  :)


More information about the mythtv-users mailing list