Results 1 to 9 of 9
i managed to download firefox 3 the tar file i exctracted it to my home folder hoping to find instructions on the inside on how to install it but alas ...
- 06-18-2008 #1
installing firefox 3
i managed to download firefox 3 the tar file i exctracted it to my home folder hoping to find instructions on the inside on how to install it but alas the readme file points to some useless website i wonder have the people at mozilla forgotten about us who have never installed firefox manually before . im running opensuse 10.3 using kde can anyone help me install firefox thanx i cant use yast right now cause o my internet so it has too be manual thanx
- 06-18-2008 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,099
The firefox file inside the folder is executable so you can click that to start it if you want to run it from within your /home folder.
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 06-19-2008 #3Just Joined!
- Join Date
- Jul 2007
- Posts
- 61
I copied my firefox folder to the /usr/local/src folder and made a launcher on my desktop for it, but it opens version 2 which came with my Ubuntu.
- 06-19-2008 #4
Right-click the launcher and change the command to firefox3.
Distribution: Archlinux
Processor: 3 x Amd 64 bit
Ram: 4 GB
Graphics card: Nvidia GeForce 9800 GT
- 06-19-2008 #5
Remove the symlink /usr/bin/firefox and create a new one to your firefox executable in /usr/local/src.
Code:cd /usr/bin su root password ln -s /usr/local/src/firefox/firefox
Last edited by peteh; 06-19-2008 at 12:29 PM. Reason: added the code just in case
Pete
- 06-19-2008 #6
I forgot, still as root, you'll need to change permission on the symlink to allow users to use it.
Pete
- 06-19-2008 #7Just Joined!
- Join Date
- Nov 2006
- Location
- Stoney Stanton - England
- Posts
- 78
Another option (and perhaps a bit easier) is to add the download link to your repo folder in yast and then use yast install software to install firefox 3.
Index of /repositories/mozilla/openSUSE_11.0
- 06-19-2008 #8
You simply extract the file and run the firefox executable in the extracted directory. On my computer, I extracted firefox to /opt/firefox and then ran
That enabled me to use the openSUSE browser plugins. If its just yourself using the computer, then you don't necessarily need to install it in a global directory. I also edited my Firefox launchers/short cuts to point to /opt/firefox/firefox. Also for my preferred browser, I changed it to /opt/firefox/firefox.Code:#ln -s /usr/lib/browser_plugins/* /opt/firefox/plugins/.
- 06-19-2008 #9forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,099
You can also check this HowTo for more info on installing Firefox:
Installing Firefox - MozillaZine Knowledge Baseoz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.


Reply With Quote
