--- In [email protected], Kenny <[EMAIL PROTECTED]> wrote:
>
> Dear all,
> 
> how can i check what version of firefox that i use, i just download and 
> update the firefox 2.0, but when i check in the help > about 
> thunderbird. It still said that i m using the 1.0.4 .

This doesn't make sense.  Why would you check thunderbird for your
firefox version number?  They are two different products.

When running firefox, select "About" from the Help menu.


> 
> please help, and also what the is right way to update it, in case i'm 
> wrong. i just download the file, and then i click on the shell script, 
> and then it run by itself..
> 
> and also, how to update my thunderbird version? please advice
> 
> thanks,
> 
> kenny
>

To update firefox, create a directory to hold the new version adjacent
to your current version.  My 1.5x version is in
/usr/lib/firefox-1.5.0.9.  If my new version is 2.0.0.1, then as root
I would 

1. create a directory /usr/lib/firefox-2.0.0.1  
2. Then untar/unzip the tarball from your home directory (assuming
that is where you downloaded firefox 2.0.0.1)
3. move firefox to your newly created directory
4. go to /usr/bin directory
5. rename the current firefox
6. create a symbolic link to the new firefox

mkdir /usr/lib/firefox-2.0.0.1
cd 
tar -zxvf firefox-2.0.0.1.gz
cd firefox
mv * /usr/lib/firefox-2.0.0.1
cd /usr/bin
mv firefox firefox-1.5.0.9
ln -s /usr/lib/firefox-2.0.0.1/firefox firefox

Note: you might need to modify the directory names to match your
setup.  Thunderbird can be updated doing a similar process.



To unsubscribe from this list, please email [EMAIL PROTECTED] & you will be 
removed. 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/LINUX_Newbies/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/LINUX_Newbies/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to