Install firefox-3.5.5.tar.bz2 on Linux Ubuntu (Tested on Ubuntu 9.10)
if You don't know the command of your firefox, We can check throught terminal:
- Open terminal,
type : fire then press tab to get suggestion from terminal.
e.q.:
firefox-3.5 - remove firefox
sudo apt-get remove firefox-3.5
sudo su
cd /home
extract firefox to /opt
tar -jxvf firefox-3.5.5.tar.gz2 -C /opt
cd /opt
mv /opt/firefox/plugins/ /opt/firefox/plugins.backup
ln -s /usr/lib/xulrunner-addons/plugins/ /opt/firefox/plugins
dpkg-divert --divert /usr/bin/firefox.ubuntu --rename /usr/bin/firefox
ln -s /opt/firefox/firefox /usr/bin/firefox
firefox
or You can run on Applications >> Internet >> Firefox Web Browser, if firefox shortcut there is no, you can create the new shortcut
Right click >> Create Launcher
Name : Firefox
Command : firefox
Comment : Web Browser of Mozilla Inc.
0 comments:
Post a Comment