Find the answer to your Linux question:
Results 1 to 2 of 2
hi all i am looking this strange.. this querry about xulrunner.. how to know the xulrunner is installed or not.. i tried this Code: rpm -q xulrunner and the output ...
  1. #1
    Linux Newbie
    Join Date
    Feb 2007
    Location
    hyderabad, india
    Posts
    247

    how to know the path

    hi all
    i am looking this strange..
    this querry about xulrunner..
    how to know the xulrunner is installed or not..
    i tried this
    Code:
    rpm -q xulrunner
    and the output is
    package xulrunner is not installed
    actually i would like to know ".so" file path of current xulrunner
    means
    Code:
    rpm -ql xulrunner | grep moz.so
    can you please help me to find the path of libgtkembedmoz.so of xulrunner

    thank you in advance
    "Relationships are built on trust and communication"

  2. #2
    Linux Engineer Kieren's Avatar
    Join Date
    Aug 2007
    Location
    England
    Posts
    845
    If you're looking for the file 'libgtkembedmoz.so' try:

    Code:
    find / -name libgtkembedmoz.so
    You will have to be root to search all directories from /.
    Linux User #453176

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...