Re: Software Removal....

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.

-- 
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


[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux