It was surprising to know that there is no direct way to install firefox in Ubuntu. No worries, I'm not a Windows user!
After I installed Ubuntu 12.04, I have installed firefox, in a not so direct way(double click a .deb, I meant). I'm listing below the steps to get the latest build of firefox setup.
- Download firefox from www.mozilla.org
- Extract the firefox-_____.tar.bz2 to a directory firefox
- Run the following command in terminal, to move the directory into /opt/sudo mv firefox /opt/firefox
- Using the following command, take a backup of the default firefox symbolic link in /usr/bin/ directorysudo mv /usr/bin/firefox /usr/bin/firefox_backup
- Create a symbolic link in the /usr/bin/ directory that points to the newly downloaded firefox binary. Use the following commandsudo ln -s /opt/firefox/firefox /usr/bin/firefox
The firefox browser is installed on the machine now. We need to do the sync setup, plugins setup for the firefox to be fully functional.
- Open Tools > Setup Sync and follow instructions to complete the sync setup
- Install Adobe Flash Player plugin. This is needed to play video files in youtube. Use the following command to installsudo apt-get install flashplugin-installer
- After that install Adobe Flash Player, visit the url www.adobe.com/software/flash/about/ to ensure that the plugin is installed
No comments:
Post a Comment