2003-12-11, 05:12 PM
The version of Mozilla shipped in Red Hat 9 is Mozilla 1.2.1.
Since then, some newer versions have arrived, and if you'd like to install the latest version (at the time of writing this it's 1.5 which is alpha, but we'll use the 'stable' version).
To start with, get on over to [/url][url=http://www.mozilla.org]http://www.mozilla.org and download the latest rpm's, or actually, the latest fully packaged installer, for Version 1.4 you need this:-
mozilla 1.4.tar.gz
Once you have downloaded it, you'll need to decompress the file.
Open a console and type this:-
tar zxvf moz*.tar.gz
-z processes the gunzip portion of the file,
-x extracts,
-v is for verbose (so we see messages) and
-f is for local file (or something like that ;-))
heres my output:-
[anyweb@c-72aa70d5 mozilla]$ tar -zxvf mozilla-i686-pc-linux-gnu-1.4-sea.tar.gz
mozilla-installer/
mozilla-installer/xpi/
mozilla-installer/xpi/xpcom.xpi
mozilla-installer/xpi/browser.xpi
mozilla-installer/xpi/psm.xpi
mozilla-installer/xpi/mail.xpi
mozilla-installer/xpi/chatzilla.xpi
mozilla-installer/xpi/talkback.xpi
mozilla-installer/xpi/deflenus.xpi
mozilla-installer/xpi/langenus.xpi
mozilla-installer/xpi/regus.xpi
mozilla-installer/xpi/venkman.xpi
mozilla-installer/xpi/inspector.xpi
mozilla-installer/mozilla-installer
mozilla-installer/mozilla-installer-bin
mozilla-installer/installer.ini
mozilla-installer/README
mozilla-installer/MPL-1.1.txt
mozilla-installer/config.ini
[anyweb@c-72aa70d5 mozilla]$
Now that we have it all unpackaged and decompressed, lets install it.
Login as root by typing su -
Now change directory (cd) to the path you decompressed the tar file to, in my case it was /home/anyweb/rpms/mozilla
[root@c-72aa70d5 root]# cd /home/anyweb/rpms/mozilla/
The installer is in the /mozilla-installer folder so lets cd to that and get going
[root@c-72aa70d5 mozilla]# cd mozilla-installer/
To 'run' the installer we use a ./ command to tell linux to 'run' a file.
[root@c-72aa70d5 mozilla-installer]# ./mozilla-installer
click next and choose your type of install, i chose complete (2nd option).
Thats it!. Once done lets test it (it should auto-start, if not lets start it)
type cd /usr/local/mozilla (thats where it wants to install by default)
then type ./mozilla
that should bring it up, click on help/about and it should say Mozilla version 1.4