
Originally Posted by
skeezer65134
OK, I have been running 1.5 for a while (1.5.0.1 actually). The wiki article worked flawlessly.
My question is, 1.0.8 showed up in the repos today so, naturally, Ubuntu wants to upgrade. I'm worried, though, that doing so will break my 1.5 install. Has anyone done the upgrade even though they are running 1.5? Did they have to put the 1.5 install back as the default? Did they lose any of their FF profile info?
Any advice is appreciated!
so far there were 3 approaches that I saw:
1. lock firwfox version to 1.0.7 via synaptic (what I did)
2. back up your firefox profile, follow wiki instructions to remove firefox (only the following)
Code:
# First, /usr/bin/firefox
sudo rm /usr/bin/firefox
sudo dpkg-divert --rename --remove /usr/bin/firefox
# Then, /usr/bin/mozilla-firefox, used as the default gnome browser
sudo rm /usr/bin/mozilla-firefox
sudo dpkg-divert --rename --remove /usr/bin/mozilla-firefox
do the upgrade, and do installation instructions on wiki (only these)
Code:
# First, /usr/bin/firefox
sudo dpkg-divert --divert /usr/bin/firefox.ubuntu --rename /usr/bin/firefox
sudo ln -s /opt/firefox/firefox /usr/bin/firefox
# Then, /usr/bin/mozilla-firefox, used as the default gnome browser
sudo dpkg-divert --divert /usr/bin/mozilla-firefox.ubuntu --rename /usr/bin/mozilla-firefox
sudo ln -s /opt/firefox/firefox /usr/bin/mozilla-firefox
without starting/running firefox during this process
3. backup your profile and do the upgrade, hoping it will not break anything.
I don't remember anyone choosing any of these options reporting any problems to the forum about the upgrade
Bookmarks