Re: Finding installed package files

From: Bit Twister (BitTwister_at_mouse-potato.com)
Date: 04/02/05

  • Next message: Margaret Wilson: "Re: Create some kind of special dual boot"
    Date: Sat, 02 Apr 2005 12:03:37 -0600
    
    

    On Sat, 02 Apr 2005 17:45:19 GMT, Edward Diener wrote:
    > I am a relative newbie in the Linux world running Fedora 3. I installed
    > some packages and now I want to find out what was installed and where.
    > I am sure there is a
    > command line utility to search through my file system for a file glob,

    Yes it called locate
    clickup a terminal and try
    man locate
    man grep

    Now you can do something like
    locate | grep app_name_here | grep -v bin/

    Want more control over what to find and do something after finding it? Try
    man find

    Newbie tips for today:
    man -k key_word_here # example man -k permission

    For extra points
    man man
    man apropos

    Please bookmark the following, very large,
    Frequently Asked Questions (faq) Search engine:

    http://groups.google.co.uk/advanced_group_search
    key word(s) in the first box
    *linux* in Newsgroup box. You need to use the two
                            asterisks around linux, pick English

    If you want/need more control over the first box search,
    http://www.google.com/help/refinesearch.html


  • Next message: Margaret Wilson: "Re: Create some kind of special dual boot"