Saturday, September 24, 2005

Mozilla Firefox 1.07 on Ubuntu

I use Ubuntu Linux as my primary operating system, and I encountered a problem many other users have been facing since the new Firefox version was released to the Hoary repositories. If you have the backports repositories enabled (not the default) you may have both the main and backport firefox release packages installed. If this is the case, when you upgrade Firefox, it will have an error. I went on the IRC chat, and user Cyphase was able to help me get this problem fixed.

You need to uninstall all the Firefox packages in the command line. Then reinstall the non-backports version. Your configuration should not be changed, and Firefox will start normal after the reinstallation. The commands to use in the command line are listed below. You will need to use sudo to complete these actions.

First, paste the line below into the terminal and hit enter:
sudo apt-get remove firefox firefox-gnome-support mozilla-firefox mozilla-firefox-gnome-support
This command will first ask for your password, then uninstall the packages listed along with some other dependencies.
Once that command has completed successfully, paste and run the command below:
sudo apt-get install mozilla-firefox mozilla-firefox-gnome-support
This command will install the new main packages for Firefox. Once that is finished, you can run Firefox and it should run. Check in the Help Menu under About Firefox, and it should show version 1.0.7.

You can also see the instructions on Cyphase's blog. (http://cyhpase.homelinux.com/blog)

No comments:

Post a Comment