On Sat, Aug 15, 2009 at 12:34 AM, stranger in black.....
<[email protected]>wrote:

> i have dowloaded the tar.gz version of firefox. How to install it in
> ubuntu? I know to use it via terminal  with the command ./firefox. I need to
> install it to /usr/bin/............
> ..............................
>

Download the firefox tarball.
Untar it with :
tar zxvf firefox.tar.gz
Backup your original firefox :
sudo mv /usr/bin/firefox /usr/bin/firefox.orig
Make a softlink to your version :
sudo ln -s <path to your firefox>/firefox/firefox /usr/bin/firefox

Thanks,
Raseel.
-- 
ubuntu-in mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in

Reply via email to