Jump to content

Help with Installing Firefox 1.5.0.5 [solved]


erniev
 Share

Recommended Posts

I am looking for some guidance please -

 

I downloaded the latest version of Firefox 1.5.05 (the version I am currently running is 1.0.6)

 

I followed the instructions - placing the tar file in the /usr/lib where the current version is installed.

 

I expected that when I untarred the file it would update the extising directory with the latest version - however this was not so I know have in /usr/lib the following directories

 

/usr/lib/firefox (which is the lastest version) and

 

usr/lib/mozilla-1.0.6 and usr/lib/mozilla which has the plugin folder

 

When I use the icon to start firefox it is version 1.0.6 that starts -

could anyone tell me the best way to set up the system to that firefox-1.5.0.5 is the active browser.

 

Thank you for your time,

ernie valentine

Link to comment
Share on other sites

you can untar firefox inside the /usr/local/ dir if you want it to be accessible by all users.. if you want it to be accessible by yourself only, then you can untar it inside your home directory.. then do the ff:

.

if you want it accessible by all, create a symlink inside /usr/local/bin dir..

as root:

cd /usr/local/bin

ln -s /usr/local/firefox-1.5.0.5/firefox

that would let you or anyone on that box run firefox by just invoking the command firefox... or create an application shortcut of it on your desktop.

.

if you like it to be accessible by you only, untarring it in your home dir... then

create a bin dir inside your home dir if in'snt exist yet..

you can create it as a regular user since you have full control inside your home dir.

mkdir /home/you/bin

Note: you is your home dir which is equivalent to your username

.

then

cd /home/you/bin

ln -s /home/you/firefox-1.5.05/firefox

then same as above mentioned. running the command firefox will lunch firefox 1.5.05

.

if you want to remove that firefox-1.5.05.. just delete that directory

:D

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...