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 ...
- 09-14-2007 #1Linux 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
and the output isCode:rpm -q xulrunner
actually i would like to know ".so" file path of current xulrunnerpackage xulrunner is not installed
means
can you please help me to find the path of libgtkembedmoz.so of xulrunnerCode:rpm -ql xulrunner | grep moz.so
thank you in advance"Relationships are built on trust and communication"
- 09-14-2007 #2
If you're looking for the file 'libgtkembedmoz.so' try:
You will have to be root to search all directories from /.Code:find / -name libgtkembedmoz.so
Linux User #453176


Reply With Quote