FirefoxNewVersion

Differences between revisions 32 and 103 (spanning 71 versions)
Revision 32 as of 2005-12-06 03:09:33
Size: 5653
Editor: i-83-67-74-181
Comment: Reverted "preferred browser", as linking mozilla-firefox doesn't seem to work
Revision 103 as of 2006-06-04 01:02:02
Size: 12088
Editor: user-1121rs0
Comment: 1.5.0.3 -> 1.5.0.4
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Installing Firefox from mozilla.org ==
For some reason, the mozilla.org build of Firefox is significantly faster than the default Ubuntu one. Firefox 1.5 is even faster, and has many new features. These instructions lead you through installing Firefox 1.5 final, but should also work for 1.0.7 or any other version.
||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;">'''Contents'''[[BR]][[TableOfContents(3)]]||

'''Note:''' This guide is for installing Firefox 1.5.0.4 on Ubuntu Breezy 5.10 and 6.06. If you use this guide, '''do not remove the Ubuntu version of Firefox.''' Doing so will break the following packages: Yelp (help viewer), Epiphany, Gnome-app-install (Add Applications), Liferea, Blam and any application requiring the gecko rendering engine.

== Installing Firefox from mozilla.com ==
For some reason, the mozilla.com build of Firefox is significantly faster than the default Ubuntu one. Firefox 1.5.0.4 is even faster, and has many new features. These instructions lead you through installing Firefox 1.5.0.4 final, but should also work for 1.0.7 or any other version.
Line 5: Line 9:
 * You will no longer get automatic updates through the repositories (but firefox itself has a built into auto-updater).
 * The Totem video plugin doesn't seem to work with firefox 1.5. You may want to install package 'mozilla-mplayer' instead before you start.
 * You need package 'libstdc++5' installed.
 * If you are using scim-1.0.2 as your input method platform, firefox will crash on startup.
 * You may get an error dialog (twice) each time Firefox starts up saying ''Firefox could not install this item because of a failure in Chrome Registration. Please contact the author about this problem.''. This is due to [https://bugzilla.mozilla.org/show_bug.cgi?id=311480 this bug]. To work round do the following:-{{{
sudo touch /opt/firefox/extensions/talkback@mozilla.org/chrome.manifest
}}}
 * You will no longer get automatic updates for Firefox through the repositories (but Firefox itself has a built into auto-updater, see below for how that works).
 * The Totem video plugin doesn't seem to work with firefox 1.5.x. You may want to install package 'mozilla-mplayer' instead before you start.
 * You need the package {{{libstdc++5}}} installed.
 * This is for i386. If you are on amd64, there are some specific tips in [https://wiki.ubuntu.com/FirefoxAMD64FlashJava FirefoxAMD64FlashJava]
 * If you are using scim-1.0.2 as your input method platform, firefox will crash on startup. You may manually build firefox 1.5(.x) to make both of them work. See ["SCIM"] and ["CompileFirefoxNewVersion"] for more information. If you don't know what SCIM is, you probably aren't using it - it is used for some non-english character sets only.
 * To get the flash plugin working properly you may have to add "export XLIB_SKIP_ARGB_VISUALS=1" to the firefox launching script.
Line 13: Line 17:
 * Note: There is a shell script that automates these installation instructions, available [http://pykeylogger.sourceforge.net/wiki/index.php/Ubuntu:Chronicles#Install_Firefox_1.5 here].
Line 17: Line 22:
 cp bookmarks.html cert8.db cookies.txt formhistory.dat key3.db signons.txt history.dat mimeTypes.rdf ~/Desktop/ffsettings
 }}}
 * Download firefox-1.5.tar.gz from mozilla.org, and change to the directory you downloaded it to.
 cp bookmarks.html cert8.db cookies.txt formhistory.dat hostperm.1 key3.db signons.txt history.dat mimeTypes.rdf ~/Desktop/ffsettings
 }}}
 * Download firefox-1.5.0.4.tar.gz from http://www.mozilla.com/firefox/ , and change to the directory you downloaded it to.
Line 22: Line 27:
 sudo cp firefox-1.5.tar.gz /opt/
 
cd /opt
 sudo tar xzvf
firefox-1.5.tar.gz
 sudo rm firefox-1.5
.tar.gz
 }}}
 * Link to your plugins (and remove totem-mozilla as it doesn't seem to work with Firefox 1.5):
 # extract tar into /opt (you should make sure /opt already exists)
 sudo tar -C /opt -zxvf
firefox-1.5.0.4.tar.gz
 # remove the pa
ckage if you no longer require it
 rm
firefox-1.5.0.4.tar.gz
 }}}
 * Link to your plugins (and remove totem-mozilla as it doesn't seem to work with Firefox 1.5.x):
Line 33: Line 38:
 * Rename your old profile:  * Change to your home directory, and rename your old profile, leaving it as a backup (using the existing profile may cause problems with Firefox 1.5.0.4):
Line 36: Line 41:
 mv .mozilla .mozilla.ubuntu  mv ~/.mozilla/firefox ~/.mozilla/firefox1.0.x.ubuntu
Line 40: Line 45:
 # First, /usr/bin/firefox
Line 42: Line 48:
 }}}  # 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
 }}}
 The dpkg-divert command will move the original system-wide /usr/bin/firefox to a new name.
 The ln command will place a symlink to the newly installed firefox in /usr/bin
Line 47: Line 58:
 *Running firefox in terminal may cause errors to show, dont worry about that it will still work once firefox is restarted. The reason for the errors is due to Firefox 1.5.0.4 is checking for updates. Firefox 1.5.0.4 does that at every start-up.
Line 52: Line 64:
 This step must only be done after running firefox at least once and fully closing it.
 * To ensure that other programs use version 1.5 of firefox and not the old 1.07 version, go to Preferences -> Preferred Applications in the System menu. For the "Web Browser" tab, choose "Custom" and then enter the command:
 *Restore your Searchplugins:
 {{{
 sudo cp -i --reply=no /usr/lib/mozilla-firefox/searchplugins/* /opt/firefox/searchplugins/
 sudo cp -i --reply=no ~/.mozilla/firefox1.0.x.ubuntu/*.default/search/* /opt/firefox/searchplugins/
 }}}
 *If you want to keep the original Ubuntu icon for firefox, enter this command:
 {{{
 sudo cp /usr/share/pixmaps/firefox.xpm /opt/firefox/chrome/icons/default/default.xpm
 }}}
 * To ensure that other programs use version 1.5.0.4 of firefox and not the old 1.07 version, go to Preferences -> Preferred Applications in the System menu. For the "Web Browser" tab, choose "Custom" and then enter the command:
Line 58: Line 78:
 * Firefox 1.5 should now be installed and working properly. If for whatever reason you become unhappy with firefox 1.5 and would like to remove it, see the "Removing" section below for directions.

=== Updating ===
To get firefox's own update/autoupdate to work at all, you have three choices (read them all and choose one):
 * Change the /opt/firefox directory to have 'write' permissions & ownership set for the user instead of the root. To change ownership, after installation type:
 {{{
 sudo chown -R username:username /opt/firefox
 }}}
 This is the only way to get update notification working, but doing this has security implications in a multi-user environment, and is not recommended: a virus or malicious program running as a user may now replace or corrupt the files in /opt/firefox, which would affect other users of the computer.
 * An alternative to the above method is to run firefox with sudo to get the updates. That is, when there is an update available, you would run {{{sudo firefox -safe-mode}}} (the safe-mode is an extra layer of protection since it will not load any extensions while running as sudo), install the update (Help -> Check for Updates...), close firefox, and then restart firefox as a normal user. You should NOT browse other websites while you are running firefox with sudo. (The author does not know whether this method is any safer/more secure than the first method).
 * A third option, is to use method 1, but only for updates: Keep the firefox folder owned by root and use it normally until you need an update, then give your user ownership: {{{sudo chown -R username:username /opt/firefox}}}. Start firefox normally and update (Help -> Check for updates...). Once the update is completed, you should restore ownership to root: {{{sudo chown -R root:root /opt/firefox}}}. Again, do NOT browse other sites while firefox has these elevated permissions. This is probably the best option although it is also the most cumbersome.
 * Firefox 1.5.0.4 should now be installed and working properly. If for whatever reason you become unhappy with firefox 1.5.0.4 and would like to remove it, see the "Removing" section below for directions.

=== Restoring Extensions and Themes ===
In addition to restoring your settings, you can also restore your themes and extensions. As indicated above, this should only be done after running firefox at least once and fully closing it.

 * Backup the new profile (just in case):
 {{{
 cd ~/.mozilla/firefox
 mkdir ff1.5
 mv profiles.ini *.default ff1.5/
 }}}

 * Restore your previous profile:
 {{{
 # Shutdown firefox
 cp ~/.mozilla/firefox1.0.x.ubuntu/profiles.ini .
 cp -r ~/.mozilla/firefox1.0.x.ubuntu/*.default .
 }}}

 * Start firefox and try it out.

 A dialog may appear indicating that one or more extensions and/or themes are not compatible. This is normal and firefox may be able to find updates for you.

=== Updating from 1.5.0 to a later version ===

Backup your profile with:
{{{
cp -R ~/.mozilla ~/.mozilla.backup.150x
}}}
(You may also want to consider backing up the profiles of other users on the system as they will be affected by the upgrade too).

There are two ways you can update firefox to the newest version.

The first way is to close Firefox and give your user (yourself) file ownership: {{{sudo chown -R ${USER}:${USER} /opt/firefox}}} Start Firefox normally and update (Help -> Check for updates...) Once the update is completed, close Firefox and then '''restore ownership to root''': {{{sudo chown -R root:root /opt/firefox}}} Do '''NOT''' browse other sites while firefox has these elevated permissions, that is without changing back the ownership of /opt/firefox over to root. Such a practice is ''not safe''.

Note that the following alternative method may give some files in your home directory root ownership and cause problems. The first method above is safer. To update firefox you can run Firefox from the terminal with {{{ gksudo firefox }}}. Be sure to close any running version of Firefox first. Enter your password where prompted. Then check update (Help -> Check for updates...). It may prompt you to restart Firefox. When Firefox restarts you should see a Mozilla page confirming that you're using the latest version. Close Firefox and open it as a normal user (the way you usually open it). Firefox should now be updated to the newest version for all users. This way you don't have to change any file permissions and you wont forget to not change them back.
Line 71: Line 116:
 * Restore the symbolic link:
 {{{
If for some reason you want to undo the installation and revert back to the standard Firefox 1.0.7, here's how.
 * Restore the symbolic links:
 {{{
 # First, /usr/bin/firefox
Line 75: Line 122:
 # 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
Line 95: Line 145:
== Installing Firefox quick and dirty ==

Some people are too lazy or too impatient to install Firefox the way it '''should''' be in Ubuntu (see section '''1'''). This section is '''not''' the proper installation method. It is also '''not safe''' compared to "Section 1". This current section is only for those too lazy and / or too impatient and / or need a quick fix to temporarily use a nightly Firefox trunk. Please note that if you follow this installation option instead of the others, you ''may'' have '''problems''' with some plugins. The instructions to install are basically: unzip, move existing profile, change file permissions, run. The instructions to update are basically: change file permissions, launch and update, change file permissions back. The instructions to uninstall are basically: change file permissions, delete its folder. During these instructions, do '''not''' use {{{sudo}}} except when apt-getting the prerequisite (dependency).

If you are following these instructions to try out Firefox 2.x alpha/beta, please make sure to backup your profile and use a new one if possible.

=== Installing Firefox quick and dirty ===

1. Install the prerequisite: '''You need package 'libstdc++5' installed'''.
{{{
sudo apt-get install libstdc++5
}}}

2. Download the tar.gz archive from firefox's site to /home/username (username is your own username; adjust to your settings).

3. Untar to home:
{{{
cd
tar -xvzf firefox-1.5.0.4.tar.gz
}}}

4. Change permissions so that something does not owerwrite your firefox:
{{{
chmod -R uog-w /home/username/firefox
}}}

5. Move existing Mozilla Firefox profile:
{{{
cd
mv .mozilla/firefox ./firefox.oldfx
}}}

6. Run Firefox
{{{
cd /home/username/firefox/
./firefox
}}}

That's all.

You can manipulate existing shortcuts to point to the new firefox, or create new shortcuts. I prefered creating a new one in my desktop.

=== Get bookmarks back (if installed via the quick and dirty section) ===

Your old bookmarks can be imported back:
In your new firefox, go to Bookmarks>Manage Bookmarks>File>Import; navigate to /home/username/firefox.oldfx/somenumbers.default/ and choose bookmarks.html.

=== Update Firefox (if installed via the quick and dirty section) ===

1. Change permissions of firefox so it can write to itself:
{{{
chown -R u+w /home/username/firefox
}}}

2. Launch firefox
{{{
/home/username/firefox/firefox
}}}

3. Go to Help>Check for updates. Update as needed. You may want to backup your profile beforehand though.

4. Close firefox

5. Restore permissions
{{{
chmod -R uog-w /home/username/firefox
}}}

That's all.

=== Uninstalling Firefox (if installed via the quick and dirty section) ===

This is the easiest:

1. Change permissions (as usual):
{{{
chmod -R u+w /home/username/firefox
}}}

2. Use nautilus (or any other file manager) to navigate to /home/username/ and delete the folder "firefox" (just repeating myself: you will be deleting /home/username/firefox -> the folder you untarred firefox into)

3. Move your old profile (from 1.0.x) back to its place
{{{
cd
mv .mozilla/firefox .mozilla/firefox.150.uninstalled
mv firefox.oldfx .mozilla/firefox
}}}

That's all.

== References ==
 * Discuss this page at http://ubuntuforums.org/showthread.php?t=79283
 * Usefull information on font-sizes in the interface: http://www.mozilla.org/unix/dpi.html
Line 96: Line 240:
Discuss this page at http://ubuntuforums.org/showthread.php?t=79283

----
CategoryDocumentation
CategoryDocumentation CategoryCleanup

Note: This guide is for installing Firefox 1.5.0.4 on Ubuntu Breezy 5.10 and 6.06. If you use this guide, do not remove the Ubuntu version of Firefox. Doing so will break the following packages: Yelp (help viewer), Epiphany, Gnome-app-install (Add Applications), Liferea, Blam and any application requiring the gecko rendering engine.

Installing Firefox from mozilla.com

For some reason, the mozilla.com build of Firefox is significantly faster than the default Ubuntu one. Firefox 1.5.0.4 is even faster, and has many new features. These instructions lead you through installing Firefox 1.5.0.4 final, but should also work for 1.0.7 or any other version.

Notes

  • You will no longer get automatic updates for Firefox through the repositories (but Firefox itself has a built into auto-updater, see below for how that works).
  • The Totem video plugin doesn't seem to work with firefox 1.5.x. You may want to install package 'mozilla-mplayer' instead before you start.
  • You need the package libstdc++5 installed.

  • This is for i386. If you are on amd64, there are some specific tips in [https://wiki.ubuntu.com/FirefoxAMD64FlashJava FirefoxAMD64FlashJava]

  • If you are using scim-1.0.2 as your input method platform, firefox will crash on startup. You may manually build firefox 1.5(.x) to make both of them work. See ["SCIM"] and ["CompileFirefoxNewVersion"] for more information. If you don't know what SCIM is, you probably aren't using it - it is used for some non-english character sets only.

  • To get the flash plugin working properly you may have to add "export XLIB_SKIP_ARGB_VISUALS=1" to the firefox launching script.

Installing

  • Note: There is a shell script that automates these installation instructions, available [http://pykeylogger.sourceforge.net/wiki/index.php/Ubuntu:Chronicles#Install_Firefox_1.5 here].

  • First, back up your bookmarks and settings:
     cd ~/.mozilla/firefox/*.default
     mkdir ~/Desktop/ffsettings
     cp bookmarks.html cert8.db cookies.txt formhistory.dat hostperm.1 key3.db signons.txt history.dat  mimeTypes.rdf ~/Desktop/ffsettings
  • Download firefox-1.5.0.4.tar.gz from http://www.mozilla.com/firefox/ , and change to the directory you downloaded it to.

  • Install it to /opt/firefox:
     # extract tar into /opt (you should make sure /opt already exists)
     sudo tar -C /opt -zxvf firefox-1.5.0.4.tar.gz
     # remove the package if you no longer require it
     rm firefox-1.5.0.4.tar.gz
  • Link to your plugins (and remove totem-mozilla as it doesn't seem to work with Firefox 1.5.x):
     cd /opt/firefox/plugins/
     sudo ln -s /usr/lib/mozilla-firefox/plugins/* .
     sudo rm libtotem_mozilla.*
  • Change to your home directory, and rename your old profile, leaving it as a backup (using the existing profile may cause problems with Firefox 1.5.0.4):
     cd
     mv ~/.mozilla/firefox ~/.mozilla/firefox1.0.x.ubuntu
  • To ensure it is used as the default version, modify the symbolic link in /usr/bin:
     # 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
    The dpkg-divert command will move the original system-wide /usr/bin/firefox to a new name. The ln command will place a symlink to the newly installed firefox in /usr/bin
  • Try it out: Smile :-)

     firefox
  • Running firefox in terminal may cause errors to show, dont worry about that it will still work once firefox is restarted. The reason for the errors is due to Firefox 1.5.0.4 is checking for updates. Firefox 1.5.0.4 does that at every start-up.
  • Restore your old data:
     cd ~/Desktop/ffsettings
     mv * ~/.mozilla/firefox/*.default
  • Restore your Searchplugins:
     sudo cp -i --reply=no /usr/lib/mozilla-firefox/searchplugins/* /opt/firefox/searchplugins/
     sudo cp -i --reply=no ~/.mozilla/firefox1.0.x.ubuntu/*.default/search/* /opt/firefox/searchplugins/
  • If you want to keep the original Ubuntu icon for firefox, enter this command:
     sudo cp /usr/share/pixmaps/firefox.xpm /opt/firefox/chrome/icons/default/default.xpm
  • To ensure that other programs use version 1.5.0.4 of firefox and not the old 1.07 version, go to Preferences -> Preferred Applications in the System menu. For the "Web Browser" tab, choose "Custom" and then enter the command:

     firefox %s
  • Firefox 1.5.0.4 should now be installed and working properly. If for whatever reason you become unhappy with firefox 1.5.0.4 and would like to remove it, see the "Removing" section below for directions.

Restoring Extensions and Themes

In addition to restoring your settings, you can also restore your themes and extensions. As indicated above, this should only be done after running firefox at least once and fully closing it.

  • Backup the new profile (just in case):
     cd ~/.mozilla/firefox
     mkdir ff1.5
     mv profiles.ini *.default ff1.5/
  • Restore your previous profile:
     # Shutdown firefox
     cp ~/.mozilla/firefox1.0.x.ubuntu/profiles.ini .
     cp -r ~/.mozilla/firefox1.0.x.ubuntu/*.default .
  • Start firefox and try it out. A dialog may appear indicating that one or more extensions and/or themes are not compatible. This is normal and firefox may be able to find updates for you.

Updating from 1.5.0 to a later version

Backup your profile with:

cp -R ~/.mozilla ~/.mozilla.backup.150x

(You may also want to consider backing up the profiles of other users on the system as they will be affected by the upgrade too).

There are two ways you can update firefox to the newest version.

The first way is to close Firefox and give your user (yourself) file ownership: sudo chown -R ${USER}:${USER} /opt/firefox Start Firefox normally and update (Help -> Check for updates...) Once the update is completed, close Firefox and then restore ownership to root: sudo chown -R root:root /opt/firefox Do NOT browse other sites while firefox has these elevated permissions, that is without changing back the ownership of /opt/firefox over to root. Such a practice is not safe.

Note that the following alternative method may give some files in your home directory root ownership and cause problems. The first method above is safer. To update firefox you can run Firefox from the terminal with  gksudo firefox . Be sure to close any running version of Firefox first. Enter your password where prompted. Then check update (Help -> Check for updates...). It may prompt you to restart Firefox. When Firefox restarts you should see a Mozilla page confirming that you're using the latest version. Close Firefox and open it as a normal user (the way you usually open it). Firefox should now be updated to the newest version for all users. This way you don't have to change any file permissions and you wont forget to not change them back.

Removing

If for some reason you want to undo the installation and revert back to the standard Firefox 1.0.7, here's how.

  • Restore the symbolic links:
     # 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
  • Restore your old profile:
     cd
     mv .mozilla .mozilla-1.5
     mv .mozilla.ubuntu .mozilla
  • (optional) Delete the firefox directory
     sudo rm -r /opt/firefox

Installing Firefox as a debian package

It is nice to have a package (easier to upgrade, etc). There is an experimental package building tool at [http://kidsquid.com/programs/ubuntu/firefox-1.5.0-0nonfree1_i386.tar.gz]. It can automatically download the i386 version of Firefox 1.5 (or you can copy in your existing Firefox download), then it will create a .deb package for it. Follow the steps in the README to install the new package. Please do not distribute any files created by this tool, as copying may violate the Firefox copyright.

Installing Firefox quick and dirty

Some people are too lazy or too impatient to install Firefox the way it should be in Ubuntu (see section 1). This section is not the proper installation method. It is also not safe compared to "Section 1". This current section is only for those too lazy and / or too impatient and / or need a quick fix to temporarily use a nightly Firefox trunk. Please note that if you follow this installation option instead of the others, you may have problems with some plugins. The instructions to install are basically: unzip, move existing profile, change file permissions, run. The instructions to update are basically: change file permissions, launch and update, change file permissions back. The instructions to uninstall are basically: change file permissions, delete its folder. During these instructions, do not use sudo except when apt-getting the prerequisite (dependency).

If you are following these instructions to try out Firefox 2.x alpha/beta, please make sure to backup your profile and use a new one if possible.

Installing Firefox quick and dirty

1. Install the prerequisite: You need package 'libstdc++5' installed.

sudo apt-get install libstdc++5

2. Download the tar.gz archive from firefox's site to /home/username (username is your own username; adjust to your settings).

3. Untar to home:

cd
tar -xvzf firefox-1.5.0.4.tar.gz

4. Change permissions so that something does not owerwrite your firefox:

chmod -R uog-w /home/username/firefox

5. Move existing Mozilla Firefox profile:

cd
mv .mozilla/firefox ./firefox.oldfx

6. Run Firefox

cd /home/username/firefox/
./firefox

That's all.

You can manipulate existing shortcuts to point to the new firefox, or create new shortcuts. I prefered creating a new one in my desktop.

Get bookmarks back (if installed via the quick and dirty section)

Your old bookmarks can be imported back: In your new firefox, go to Bookmarks>Manage Bookmarks>File>Import; navigate to /home/username/firefox.oldfx/somenumbers.default/ and choose bookmarks.html.

Update Firefox (if installed via the quick and dirty section)

1. Change permissions of firefox so it can write to itself:

chown -R u+w /home/username/firefox

2. Launch firefox

/home/username/firefox/firefox

3. Go to Help>Check for updates. Update as needed. You may want to backup your profile beforehand though.

4. Close firefox

5. Restore permissions

chmod -R uog-w /home/username/firefox

That's all.

Uninstalling Firefox (if installed via the quick and dirty section)

This is the easiest:

1. Change permissions (as usual):

chmod -R u+w /home/username/firefox

2. Use nautilus (or any other file manager) to navigate to /home/username/ and delete the folder "firefox" (just repeating myself: you will be deleting /home/username/firefox -> the folder you untarred firefox into)

3. Move your old profile (from 1.0.x) back to its place

cd
mv .mozilla/firefox .mozilla/firefox.150.uninstalled
mv firefox.oldfx .mozilla/firefox

That's all.

References


CategoryDocumentation CategoryCleanup

FirefoxNewVersion (last edited 2008-08-06 16:31:56 by localhost)