Thread: Suse Linux 9.1
View Single Post
Old 06-07-2006, 08:44 PM   #3
rightcoast
Member (10 bit)
 
rightcoast's Avatar
 
Join Date: Nov 2004
Posts: 800
IIRC you are going to want this in the /opt directory with SuSE, even though by convention programs that you compile yourself would go to /usr/local. Whatever works for you. /opt is a sfae bet. So, with that in mind:

Code:
you@localhost:~$tar xvzf firefox-1.5.tar.gz -C /opt
Then, see the firefox script in the new folder? That is your new executable file to start Firefox. Do something like symlink to it, or create a launcher (usually draging the icon up to the panel (toolbar) creates one for you), or change your current launchers command to /opt/firefox/firefox.

Tada, Firefox!

HTH
rightcoast is offline   Reply With Quote