Fedora Core 4

Parky_007

New Member
Hello, I am new to linux (installed it last week).
I am using fedora core 4 and it has firefox 1.0.4 and i ran yum and it updated to version 1.0.7. I went on the firefox website and tryed to download 1.5 but it came as .tar.gz and i know thats an archive but how do i update the version i got with the new version?

Thanks, Rowan.
 
If it's a tar/gz archive, then do the following in a shell.

$ gunzip Name-Of-Archive.tar.gz
$ tar -xf Name-OfArchive.tar
$ cd Name-Of-Firefox-Directory
$ ./configure
$ make
# make install

If you're not up to that use opera or find the binary.
 
opera seems cool, but the stupid mail thing is annoying.
I'm going to stick with this version of firefox for now, but hopefully, when i upgrade to FC5 when its out it will have firefox 1.5. Thanks for giving me a basic instructions to installing something. does that put its self on the menu or not?
 
Back
Top