Find the answer to your Linux question:
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 ...
  1. #1
    Linux Engineer scrarfussi's Avatar
    Join Date
    Aug 2006
    Posts
    1,029

    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

  2. #2
    oz
    oz is offline
    forum.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.

  3. #3
    Just 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.

  4. #4
    Linux Enthusiast Manchunian's Avatar
    Join Date
    Dec 2007
    Location
    France but my heart stays in Britain
    Posts
    675
    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

  5. #5
    Linux User peteh's Avatar
    Join Date
    Oct 2006
    Location
    UK
    Posts
    337
    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

  6. #6
    Linux User peteh's Avatar
    Join Date
    Oct 2006
    Location
    UK
    Posts
    337
    I forgot, still as root, you'll need to change permission on the symlink to allow users to use it.
    Pete

  7. #7
    Just 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

  8. #8
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    Quote Originally Posted by scrarfussi View Post
    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
    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
    Code:
    #ln -s /usr/lib/browser_plugins/* /opt/firefox/plugins/.
    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.

  9. #9
    oz
    oz is offline
    forum.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 Base
    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.

Posting Permissions

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