| Fedora This forum is for the discussion of the Fedora Project. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
12-04-2006, 08:10 PM
|
#1
|
|
Member
Registered: Nov 2006
Posts: 104
Rep:
|
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!
|
|
|
|
12-04-2006, 10:35 PM
|
#2
|
|
Member
Registered: Feb 2002
Location: USA
Distribution: Fedora, CENTOS
Posts: 198
Rep:
|
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
|
|
|
|
12-05-2006, 05:07 AM
|
#3
|
|
Senior Member
Registered: Aug 2003
Distribution: Debian Sid 32/64-bit, F10 32/64-bit
Posts: 1,070
Rep:
|
yum -y --enablerepo=development update firefox
|
|
|
|
12-05-2006, 10:02 AM
|
#4
|
|
Member
Registered: Nov 2006
Posts: 104
Original Poster
Rep:
|
Thanks a ton guys!
|
|
|
|
12-05-2006, 10:33 AM
|
#5
|
|
Member
Registered: Nov 2006
Posts: 104
Original Poster
Rep:
|
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?
|
|
|
|
12-05-2006, 10:34 AM
|
#6
|
|
Member
Registered: Nov 2006
Posts: 104
Original Poster
Rep:
|
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.
|
|
|
|
12-05-2006, 11:28 AM
|
#7
|
|
Member
Registered: Nov 2006
Posts: 104
Original Poster
Rep:
|
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.
|
|
|
|
12-05-2006, 12:08 PM
|
#8
|
|
Senior Member
Registered: Aug 2003
Distribution: Debian Sid 32/64-bit, F10 32/64-bit
Posts: 1,070
Rep:
|
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?
|
|
|
|
12-05-2006, 03:14 PM
|
#9
|
|
Member
Registered: Nov 2006
Posts: 104
Original Poster
Rep:
|
Quote:
|
Originally Posted by Jongi
Do you already have a version of firefox installed?
|
Yes I have 1.5 installed.
|
|
|
|
12-05-2006, 09:56 PM
|
#10
|
|
Member
Registered: Aug 2005
Location: Lansing, IL
Distribution: Opensuse 11
Posts: 140
Rep:
|
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.
|
|
|
|
12-06-2006, 11:18 AM
|
#11
|
|
Senior Member
Registered: Aug 2003
Distribution: Debian Sid 32/64-bit, F10 32/64-bit
Posts: 1,070
Rep:
|
sharptech, which repos do you have enabled?
|
|
|
|
12-06-2006, 12:14 PM
|
#12
|
|
Member
Registered: Nov 2006
Posts: 104
Original Poster
Rep:
|
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.
|
|
|
|
12-06-2006, 12:19 PM
|
#13
|
|
Member
Registered: Nov 2006
Posts: 104
Original Poster
Rep:
|
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!
|
|
|
|
03-08-2007, 02:55 PM
|
#14
|
|
LQ Newbie
Registered: Apr 2005
Location: Egypt
Distribution: Ubuntu
Posts: 8
Rep:
|
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.
|
|
|
|
04-11-2007, 01:46 AM
|
#15
|
|
Member
Registered: Sep 2006
Location: Vancouver, Canada
Distribution: Mandriva 2010 / Fedora 15 2.6.40.6-0
Posts: 44
Rep:
|
Thnx.
yum -y --enablerepo=development update firefox
worked perfectly for me in 2 machines running FC6.
Would the same command work fine in FC5 ?
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 10:32 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|