LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Installation routes (https://www.linuxquestions.org/questions/linux-newbie-8/installation-routes-225697/)

drcyber 09-02-2004 09:46 AM

Installation routes
 
Hi everyone.

I installed Mozilla Firefox 0.9.3 on my Fedora Core 2 using # rpm -hiv firefox.rpm

It works perfect, but I need to know the installation directory of Firefox cuz I have to run this command to make it available in my language:

MozillaFirefox -UILocale sl-SI -contentLocale SI

You can see more details in: http://www.mozilla.org/projects/l10n...otes/ff08.html

Where is Firefox installed? what folder? is there a default directory to install all my rpms?

C ya!

tuxrules 09-02-2004 10:05 AM

most probably it has been installed in /usr/local

but you could do this to locate it

# locate firefox

and then put a launcher in your panel or desktop for convenience.

drcyber 09-02-2004 10:21 AM

If I run locate firefox it shows:

/windows/Documents and Settings/Danny/Recent/firefox.lnk
/windows/Documents and Settings/Danny/Recent/firefox impresiones.lnk

Hahahaha! ... ?????

tuxrules 09-02-2004 10:28 AM

try
#updatedb

this will take a little time and then

# locate firefox
or
# whereis firefox

or open up nautilus (file manager) and look out for firefox directory in /usr/local

drcyber 09-02-2004 10:40 AM

Inside /usr/local just:
/bin, /etc, /games, /nclude, /lib, /libexec, /sbin, /share, /src.

But... I used updatedb, and locate firefox... and FIREFOX IS INSTALLED ON user/lib.

Thankz tuxrules !!!


All times are GMT -5. The time now is 08:19 PM.