LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-14-2007, 05:22 AM   #1
Balakrishna
LQ Newbie
 
Registered: Dec 2005
Location: Hyderabad
Posts: 17

Rep: Reputation: 0
Question installing firefox 2.0 on RHEL4


Hi,

i downloaded the firefox tar file and untarred. In the extracted folder there no info regarding the installation of it. no "install" file or no ".configure" files (as generally may happen). readme.txt guides me to some url where there is also no info where to start its installation.It only specifies that new version overwrites the old version. but nothing like that also happens and when i start firefox it only opens the old version.

how can i install and configure firefox 2.0

--------------
Nature and wisdom never are at strife
 
Old 01-14-2007, 06:37 AM   #2
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
I remember running into the same problem. For some unknown reason, they did not post any install instructions. Since the tar files are compiled binaries, I followed the instructions for an earlier release. Here is a sample.

Quote:
Extract the tarball in the directory where you want to install Firefox:

tar -xzvf firefox-1.5.tar.gz

This will create a firefox subdirectory of that directory.
Change the above to match the tar file you downloaded.

Things to consider, they do recommend deleting your old install. It is up to you, I did, and I did not loose any bookmarks. I believe they are stored in your /home/user directory.

Copy the tar file to the area of the file system you want to install to. I put mine in /usr and installed as root. If you install it to your home directory, only your user can access firefox. That is O.K. if it is a single suer system. I have several user, so I put it in /usr.

Running the tar command there will create a directory structure. Last thing I did was create a desktop icon to launch. It will launch form the command line also, but you will have to specify the path to firefox.

The other thing I forget, is changing the symlink to java. If you don't, you will get messages about plugins not being installed.

Add what ever add-ons you like. The ones for older versions probably won't work.

That is about it.
 
Old 01-14-2007, 06:45 AM   #3
Junior Hacker
Senior Member
 
Registered: Jan 2005
Location: North America
Distribution: Debian testing Mandriva Ubuntu
Posts: 2,687

Rep: Reputation: 61
[edit]

Linux



First, download the latest release to your home directory with your browser or download manager.

bash$ cd ~
bash$ wget http://ftp.mozilla.org/pub/mozilla.org/.../firefox-<version>.tar.gz


Next, extract the contents with an archiving utility such as Ark or tar.

bash$ tar zxf firefox-<version>.tar.gz


Now you must select the installation directory. If you are the only user, the extracted files could stay where they are, but If this is a multi-user system, the firefox directory must be moved to a publicly accessible location such as /usr/local or /opt.

bash$ su
<password>
bash# mv firefox /usr/local
bash# chown -R root:root /usr/local/firefox


The installation is more or less complete, but it's recommended that the firefox script be available somewhere in your path to avoid the inconvenience of having to enter the full path. This can be accomplished by creating a symbolic link in the relative 'bin' directory.


For the personal installation:

bash$ mkdir bin
bash$ cd bin
bash$ ln -s ../firefox/firefox .


Or the mult-user installation (as root):

bash# cd /usr/local/bin
bash# ln -s ../firefox/firefox .


Many Linux distributions already include /usr/local/bin and ~/bin in their global environment variable path, which can easily be verified by running 'firefox' from the shell or the desktop environment's (run) menu. If execution fails (command not found), you can adjust the path by appending "/usr/local/bin:$HOME/bin" to the existing PATH variable in /etc/profile and/or /etc/bashrc.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
installing j2sdk 1.6.0 on RHEL4 Balakrishna Linux - Software 1 01-14-2007 09:04 AM
Help with installing Eclipse in RHEL4 s0n|k Linux - Desktop 5 01-09-2007 05:47 AM
Installing problem (RHEL4) into my HDD shipon_97 Linux - Hardware 0 01-05-2007 11:17 PM
meet problem when installing RHEL4 on IBM x330 server lhoperator Linux - Enterprise 0 05-22-2006 11:54 PM
RHEL4 Trouble Installing Games, Newbie mtmcc1 Linux - Software 2 12-23-2005 10:04 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:45 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration