LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 12-04-2006, 08:10 PM   #1
sharptech
Member
 
Registered: Nov 2006
Posts: 104

Rep: Reputation: 15
howto: install firefox 2.0 on fedora 6?->


Hey guys I dl'ed the tar file and unzipped it, however I do not see a config file or anything, and I did look at the install document and does not give any help.

Any ideas?

Thanks!
 
Old 12-04-2006, 10:35 PM   #2
GATTACA
Member
 
Registered: Feb 2002
Location: USA
Distribution: Fedora, CENTOS
Posts: 209

Rep: Reputation: 32
This site worked for me: http://www.fc64.org/index.php?fc=firefox

1) Get Firefox2 from: http://www.getfirefox.com/
2) Unpack the download
3) Move the resulting folder to its new home (for me it was /usr/local)
4) ln -s /usr/local/firefox2/firefox /usr/local/bin/firefox2

To use firefox2.0 just type firefox2 at the command line (assuming /usr/local/bin is in your path).

Alternatively you can create an icon on the desktop to /usr/local/firefox2/firefox.

HTH
 
Old 12-05-2006, 05:07 AM   #3
Jongi
Senior Member
 
Registered: Aug 2003
Distribution: Debian Sid 32/64-bit, F10 32/64-bit
Posts: 1,070

Rep: Reputation: 45
yum -y --enablerepo=development update firefox
 
Old 12-05-2006, 10:02 AM   #4
sharptech
Member
 
Registered: Nov 2006
Posts: 104

Original Poster
Rep: Reputation: 15
Thanks a ton guys!
 
Old 12-05-2006, 10:33 AM   #5
sharptech
Member
 
Registered: Nov 2006
Posts: 104

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by GATTACA
This site worked for me: http://www.fc64.org/index.php?fc=firefox

1) Get Firefox2 from: http://www.getfirefox.com/
2) Unpack the download
3) Move the resulting folder to its new home (for me it was /usr/local)
4) ln -s /usr/local/firefox2/firefox /usr/local/bin/firefox2

To use firefox2.0 just type firefox2 at the command line (assuming /usr/local/bin is in your path).

Alternatively you can create an icon on the desktop to /usr/local/firefox2/firefox.

HTH
Alright I just tried this and when I type firefox2 command it says - bash: firefox2: command not found.

Now in this folder is a firefox file and I did run firefox - however it opened the old one.

Any suggestions?
 
Old 12-05-2006, 10:34 AM   #6
sharptech
Member
 
Registered: Nov 2006
Posts: 104

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Jongi
yum -y --enablerepo=development update firefox
I went ahead and did this - however it was missing a dependency: mozilla >=1.7.13 is needed for package yelp is what it said.
 
Old 12-05-2006, 11:28 AM   #7
sharptech
Member
 
Registered: Nov 2006
Posts: 104

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by sharptech
Alright I just tried this and when I type firefox2 command it says - bash: firefox2: command not found.

Now in this folder is a firefox file and I did run firefox - however it opened the old one.

Any suggestions?
OK I did play around and now have this error

Cannot execute /usr/local/firefox/firefox2-bin.
 
Old 12-05-2006, 12:08 PM   #8
Jongi
Senior Member
 
Registered: Aug 2003
Distribution: Debian Sid 32/64-bit, F10 32/64-bit
Posts: 1,070

Rep: Reputation: 45
Quote:
Originally Posted by sharptech
I went ahead and did this - however it was missing a dependency: mozilla >=1.7.13 is needed for package yelp is what it said.
Do you already have a version of firefox installed?
 
Old 12-05-2006, 03:14 PM   #9
sharptech
Member
 
Registered: Nov 2006
Posts: 104

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Jongi
Do you already have a version of firefox installed?
Yes I have 1.5 installed.
 
Old 12-05-2006, 09:56 PM   #10
petespin27
Member
 
Registered: Aug 2005
Location: Lansing, IL
Distribution: Opensuse 11
Posts: 140

Rep: Reputation: 16
If you are following these directions from GATTACA:
Quote:
This site worked for me: http://www.fc64.org/index.php?fc=firefox

1) Get Firefox2 from: http://www.getfirefox.com/
2) Unpack the download
3) Move the resulting folder to its new home (for me it was /usr/local)
4) ln -s /usr/local/firefox2/firefox /usr/local/bin/firefox2

To use firefox2.0 just type firefox2 at the command line (assuming /usr/local/bin is in your path).
In the folder /usr/local/firefox2/firefox, there are two files, firefox and firefox-bin. Rename them firefox2 and firefox2-bin. Then try /usr/local/bin/firefox2. That is what did it for me.
 
Old 12-06-2006, 11:18 AM   #11
Jongi
Senior Member
 
Registered: Aug 2003
Distribution: Debian Sid 32/64-bit, F10 32/64-bit
Posts: 1,070

Rep: Reputation: 45
sharptech, which repos do you have enabled?
 
Old 12-06-2006, 12:14 PM   #12
sharptech
Member
 
Registered: Nov 2006
Posts: 104

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by petespin27
If you are following these directions from GATTACA:

In the folder /usr/local/firefox2/firefox, there are two files, firefox and firefox-bin. Rename them firefox2 and firefox2-bin. Then try /usr/local/bin/firefox2. That is what did it for me.
OK I did this and it says:

error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory.
 
Old 12-06-2006, 12:19 PM   #13
sharptech
Member
 
Registered: Nov 2006
Posts: 104

Original Poster
Rep: Reputation: 15
I found that yum had not installed libstdc - so I found and installed it - so the renaming of the files was the trick.

Thanks guys for the help!
 
Old 03-08-2007, 02:55 PM   #14
hspc
LQ Newbie
 
Registered: Apr 2005
Location: Egypt
Distribution: Ubuntu
Posts: 10

Rep: Reputation: 0
I had to uninstall firefox 1.5

I had to uninstall Firefox 1.5 for this to work.
Try this if the mentioned way did not work for you.
 
Old 04-11-2007, 01:46 AM   #15
VicRic
Member
 
Registered: Sep 2006
Location: Vancouver, Canada
Distribution: Mandriva 2010 / Fedora 15 2.6.40.6-0
Posts: 44

Rep: Reputation: 16
Thnx.

yum -y --enablerepo=development update firefox

worked perfectly for me in 2 machines running FC6.

Would the same command work fine in FC5 ?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Howto install Leadtek WinFast TV2000 XP Expert on Fedora Core 5? vlaki22 Linux - Hardware 0 09-02-2006 10:39 AM
howto install firefox and thunderbird on debian sarge mohapi Linux - Software 1 04-01-2006 09:23 AM
DISCUSSION: HOWTO: Install Sun's Java VM in Fedora Core 2 kevcart3 LinuxAnswers Discussion 9 10-28-2005 02:34 PM
HOWTO: Install the Latest Firefox rykel Ubuntu 3 06-11-2005 07:56 AM
Install Fedora II through network . HOWTO ????? kernelvn Red Hat 1 08-19-2004 06:37 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 11:48 AM.

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