On 09/18/2012 09:35 AM, Bryn M. Reeves wrote:
On 09/18/2012 05:37 AM, Eddie G. O'Connor Jr. wrote:
namely ones that don't even function....some title are: "Tetravex" -
Some sort of mutated Sudoku game, "Nibbles" some form of worm game and a
few others. I have tried going to the "Add / Remove Software" module but
it doesn't even find these games. So how can I get rid of them without
having to do a total reinstall? I tried having yum do it, but when I
Slightly OT for your specific question and Frank's already provided a
solution but I keep a shell alias around in .bashrc to look up which
package owns a particular command. It just glues together rpm -qf and which:
qwhich () { if [ "$1" == "" ]; then echo "usage: qwhich <cmd>" ; fi ;
rpm -qf `which $1` ;}
$ qwhich sol
aisleriot-3.2.3.2-2.fc17.x86_64
It's pronounced like "quiche" should not be.
The repoquery command from yum-utils can answer similar questions for
packages in remote repositories but it's much faster to just ask RPM for
things installed locally.
Regards,
Bryn.
Thanks Bryn! I used Frank's method and it got rid of not just that
annoying game that I never played but quite a few of them that were
installed with "Lord-knows-what"!....I'm also going to save this info
from you as well.....(do I need to get permission or check for your
"Copyright" on it?...LoL!)
EGO II
--
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org