[mythtv-users] How to remove...

Jarod Wilson jcw at wilsonet.com
Thu Nov 18 02:03:25 UTC 2004


On Wednesday 17 November 2004 17:39, Jonathan Chapman wrote:
> all instances of lirc from my FC2?

Assuming you mean those installed via rpms/apt:

# rpm -e `rpm -qa | grep lirc`

or

# rpm -qa | grep lirc | xargs rpm -e

(nb: now that I look at it, I think the quotes around the rpm -e part in the 
wiki for myth rpm removal were incorrect, so I just removed them...)

However, I believe you'll get some dependency errors, as some packages depend 
on lirc-lib. You can remove just kernel-module-lirc-`uname -r` and lirc, 
leaving lirc-lib, and install lirc from source without any ill effects 
though, assuming that's what you're aiming to do.

# rpm -e kernel-module-lirc-`uname -r` lirc

-- 
Jarod C. Wilson, RHCE
jcw at wilsonet.com

Got a question? Read this first...
     http://catb.org/~esr/faqs/smart-questions.html
MythTV, Fedora Core & ATrpms documentation:
     http://wilsonet.com/mythtv/
MythTV Searchable Mailing List Archive
     http://www.gossamer-threads.com/lists/mythtv/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://mythtv.org/pipermail/mythtv-users/attachments/20041117/6bb82099/attachment.pgp


More information about the mythtv-users mailing list