Jump to content

Update firefox1.02 no updates?


mikecanada
 Share

Recommended Posts

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

You could also try following the instructions listed here:

http://website.lineone.net/~desmond.armstrong/updates.html

 

I just did this and it appears to be working fine. I had quite a few extensions installed and they were either upgraded or disabled when I launched the browser.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...