The other issue you might run into here is that if you haven't actually download a copy of the Firefox source specifically, you will have their generic Linux binary.
That means the installation/usage will be a little different to how feedmebits described it. (His instructions are great for many different scenarios, but Firefox on Linux from
Mozilla's standard download pages is packaged a little differently!)
1. Download the .tar.bz2 for Firefox 10.0
2. Extract it:
Code:
cd /home/Bakshara/Download
tar -jxvf firefox-10.0.tar.bz2
Now, you have a folder called
firefox in your downloads directory.
3. Run it:
Code:
/home/Bakshara/Download/firefox/firefox
Once you get it working, you might want to have a look at moving it to a different folder, like
/opt, so it is available to all users.