Fedora Linux Support Community & Resources Center
  #1  
Old 3rd July 2006, 08:04 PM
thenewjdevil Offline
Registered User
 
Join Date: Jul 2006
Posts: 8
Question problems installing firefox 1.5

I am totally new to Linux and still learning . I am using FC4 and I have tried to install Firefox 1.5. I have downloaded the tar to my home directory, extracted it to the same location, and ran yum install firefox. When I open fireox, it still opens to 1.0.7. I have tried two different rpm's and both state that a newer version is currently installed, so they don't do anything. Can anyone help with what I am doing wrong?

Thanks in advance
Reply With Quote
  #2  
Old 3rd July 2006, 08:11 PM
Craig Pemberton's Avatar
Craig Pemberton Offline
Registered User
 
Join Date: Jun 2006
Location: Austin
Posts: 195
Generally what is in the offical yum repositories is the best compromise between stability and being up to date. Simply

Quote:
yum install firefox
yum update
This will not install the rpm you downloaded, but should get you 1.5. . .

Quote:
yum localinstall <filename.rpm>
will install that rpm you downloaded.

If you used rpm -i instead of rpm -U you may have two versions of firefox installed on your system.

Try this to check
Quote:
rpm -qa | grep firefox
__________________
Elegance is not a dispensable luxury but a quality that decides between success and failure. -Dijkstra
Reply With Quote
  #3  
Old 4th July 2006, 05:00 AM
thenewjdevil Offline
Registered User
 
Join Date: Jul 2006
Posts: 8
didn't work

yum update did nothing more waste an hour and half. any other ideas?
Reply With Quote
  #4  
Old 4th July 2006, 05:19 AM
schwim's Avatar
schwim Offline
Registered User
 
Join Date: Dec 2005
Location: In your closet
Age: 39
Posts: 2,287
Quote:
Originally Posted by thenewjdevil
yum update did nothing more waste an hour and half. any other ideas?
Sir, I imagine with that appreciative attitude towards those that are trying to help you, no, I don't think the ideas are going to flow forth for your benefit.

Yum doesn't waste time. People screwing up their installs by installing multiple instances of an application wastes time. What I think you need to do is find those instances of FireFox, removing them and then installing whichever flavor of FF you want to run, whether it's Fedora's version or Mozilla's.

For FC 4, Fedora only offers up to 1.0.8, so if you want 1.5+, you'll need to download and install it. Find all your old installations by running "rpm -qa | grep firefox" In the terminal. Once you've found them, remove ALL of the previous installs, and run "yum localinstall <filename.rpm>" to install a version you've already downloaded, as Mr. Pemberton took the time to suggest.

You guys should be nicer to the enthusiasts trying to help you out of the bind you've put yourselves in.

[EDIT]Check this thread for some solutions to a similar problem that another user's having.[/EDIT]

Shame on you!
json
__________________
I read the f'ing manual, and it told me to ask you guys...

performing amazing acts of mediocrity since 1974.
-------------------------------------------------------------------
FC 7(32 bit)/Gnome
AMD Athlon 64 3400+
Nvidia 6800 GT
1 Gig ram

Last edited by schwim; 4th July 2006 at 05:27 AM.
Reply With Quote
  #5  
Old 5th July 2006, 04:18 AM
thenewjdevil Offline
Registered User
 
Join Date: Jul 2006
Posts: 8
Unhappy apologies

I wasn't trying to be rude to Pemberton. I am just frustrated with trying to learn a completely new OS, on top of trying to fix a hardware problem on another PC that I've spent all day on. Again, my apologies if I came off as rude. I am just very, very new to Linux and wish very much to use 1.5 firefox as opposed to 1.0.8
Reply With Quote
  #6  
Old 5th July 2006, 04:43 AM
schwim's Avatar
schwim Offline
Registered User
 
Join Date: Dec 2005
Location: In your closet
Age: 39
Posts: 2,287
Just remember this, and your time here will be nothing but lollipops & rainbows:

1) The people helping you(with rare exception) didn't write the system you're having trouble with.

2) Anyone using FC has been through what you're going through, and they lived to tell the tale.

3) Any replies are done out of the kindness of the poster's heart, and there's no reason not to be appreciative for that.

That being said, we all get frustrated. We's cool, if you's cool. Cool?

RE: your firefox prob

If you want 1.5, you're going to need to do a manual install OR upgrade to FC5. FC4's repo's only go up to 1.0.8. So, if you want that, what you need to do is to download the repo from Mozilla, uninstall your current version, and install the rpm that you downloaded.

First, uninstall the version that came with your install. "yum remove firefox" should get rid of your official install. Then find out if you have any more versions floating around by running "rpm -qa | grep firefox" If you have any left, uninstall them using the rpm command "rpm -e packagename", since you didn't install it via yum, you can't uninstall them via yum

You good now? No more Firefox on your system? Install the new version now:

rpm -Uvh firefox-packagename-buncho'numbers.rpm

That should give you a fresh install of the firefox version you downloaded.

Then you're going to need to point your applications to it(telling them to open items in FF, if you want to use it as the primary browser). You can do this through the Control panel in your Desktop menu.

Let us know if you get stuck, and good luck!

thanks,
json
__________________
I read the f'ing manual, and it told me to ask you guys...

performing amazing acts of mediocrity since 1974.
-------------------------------------------------------------------
FC 7(32 bit)/Gnome
AMD Athlon 64 3400+
Nvidia 6800 GT
1 Gig ram
Reply With Quote
  #7  
Old 8th July 2006, 07:56 PM
Lutz Offline
Registered User
 
Join Date: Feb 2006
Location: Holland
Posts: 10
If you can read French a little bit there is a French guy Remi who runs his own repo with alone Firefox and Thunderbird and Cairo. He supports 35 languages...

http://remi.collet.free.fr/index.php...-1504-1fc4remi

Hopefully this helps you out. The site is very, very slow...

Salut,
....Lutz
Reply With Quote
  #8  
Old 17th July 2006, 11:40 PM
thenewjdevil Offline
Registered User
 
Join Date: Jul 2006
Posts: 8
i wound up uninstalling firefox completely and then installing the tar and it installed for me. I appreciate everyone's help and patience with a newbie
Reply With Quote
  #9  
Old 18th July 2006, 06:22 PM
HaydnH's Avatar
HaydnH Offline
Registered User
 
Join Date: Feb 2005
Location: London, UK
Posts: 333
For future reference, if you download any source tarball and extract the contents (tar xvfz [name].tar.gz) there will usualy be a "INSTALL" file inside the base directory of the tarball telling you how to install the application.
Reply With Quote
  #10  
Old 24th July 2006, 01:48 PM
seshomaru samma's Avatar
seshomaru samma Offline
Registered User
 
Join Date: Feb 2006
Location: Shanghai
Posts: 60
I've been following this thread with interest because I'm on FC4 and would like firefox 1.5
Can anyone point me to an RPM link?
all i manged to do was to find a tarball but couldnt install it (there was no INSTALL file)
__________________
惠子曰:“子非鱼,安知鱼之樂?”庄子曰:“子非我,安知我不知鱼之樂?”
Huizi: "How do you know they are happy? You are not a fish."
Zhuangzi: "And you are not me. How do you know I don't know the fish are happy?"
Reply With Quote
  #11  
Old 24th July 2006, 01:55 PM
Wayne
Guest
 
Posts: n/a
Quote:
Originally Posted by seshomaru samma
I've been following this thread with interest because I'm on FC4 and would like firefox 1.5
Can anyone point me to an RPM link?
all i manged to do was to find a tarball but couldnt install it (there was no INSTALL file)
A few seconds with Google turned up this:

http://rpm.pbone.net/index.php3?stat...&dist[]=44

Wayne
Reply With Quote
  #12  
Old 24th July 2006, 02:35 PM
seshomaru samma's Avatar
seshomaru samma Offline
Registered User
 
Join Date: Feb 2006
Location: Shanghai
Posts: 60
Thanks
I guess my google skills are not as developed....

(I spent an hour )
__________________
惠子曰:“子非鱼,安知鱼之樂?”庄子曰:“子非我,安知我不知鱼之樂?”
Huizi: "How do you know they are happy? You are not a fish."
Zhuangzi: "And you are not me. How do you know I don't know the fish are happy?"

Last edited by seshomaru samma; 24th July 2006 at 02:43 PM.
Reply With Quote
  #13  
Old 27th July 2006, 11:49 AM
seshomaru samma's Avatar
seshomaru samma Offline
Registered User
 
Join Date: Feb 2006
Location: Shanghai
Posts: 60
Still < I downloaded the RPM but it has a dependency called Cairo which yum didn't find
So I'm still with the old firefox....
__________________
惠子曰:“子非鱼,安知鱼之樂?”庄子曰:“子非我,安知我不知鱼之樂?”
Huizi: "How do you know they are happy? You are not a fish."
Zhuangzi: "And you are not me. How do you know I don't know the fish are happy?"
Reply With Quote
  #14  
Old 5th August 2006, 01:34 PM
HaydnH's Avatar
HaydnH Offline
Registered User
 
Join Date: Feb 2005
Location: London, UK
Posts: 333
yum install cairo cairo-devel
Reply With Quote
  #15  
Old 5th August 2006, 08:17 PM
Lutz Offline
Registered User
 
Join Date: Feb 2006
Location: Holland
Posts: 10
In my posting to this threat a little bit higher I referred to a French link. Actually he provides you with the data for adding his repository to yum and allows you to install the current version of Firefox with yum. Even if his site is mainly in French, you should be able to install firefox in English.

I have the remy repository standard active in yum and recently had an automatic update.



Good luck,
....Lutz
Reply With Quote
Reply

Tags
firefox, installing, problems

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
codec problems, firefox problems.... am in trouble!!!!!!!!!!!!! Dninja Using Fedora 3 23rd July 2008 04:56 PM
Installing Firefox 1.5 How? LarryJ Using Fedora 39 24th August 2006 12:38 PM
Firefox problems and problems with Laptop sound card. j_villa1983 Hardware & Laptops 3 22nd August 2006 05:54 AM
Installing Firefox v 1.5.0.1 on FC3 lesliek Using Fedora 3 3rd February 2006 05:33 PM
Installing Firefox 0.9 rjl Using Fedora 8 22nd June 2004 04:07 PM


Current GMT-time: 03:12 (Wednesday, 19-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletinฎ Copyright ฉ2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat