Jump to content

Update firefox1.02 no updates?


mikecanada
 Share

Recommended Posts

The simplest way to get to 1.5 is to use the mozilla tars. Mandriva won't be doing updates from their current packages, just security patches (which is all there is from 1.0.2 to 1.0.7). It's a pretty straightforward installation for 1.5.

Link to comment
Share on other sites

Go to the mozilla site and download the firefox files (they are called firefox-1.5.tar.gz. Go to the directory where you downloaded it and unpack them:

$tar xvf firefox-1.5.tar.gz (can be done as regular user)

You will now have a directory /firefox in that directory. You want to move that to /usr/lib as root

su

password xxxx

#mv firefox /usr/lib/firefox

next you want a link from /usr/bin to the usr/lib firefox executable

#ln -s /usr/lib/firefox/firefox /usr/bin/firefox

You should remove your current firefox before doing all this.

You will also need to update your KDE menu if you are using KDE (or Gnome if using that).

Hope this is clear and it helps.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...