Thread: install multiple versions of firefox in linux
since apt-get , yum won't let install multiple versions of firefox explain how here.
1. go page , decide version of firefox want.
ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/
used one.
ftp://ftp.mozilla.org/pub/mozilla.or...-9.0.1.tar.bz2
2. unzip archive
-z means filter archive through gzipcode:tar -zxvf firefox-9.0.1.tar.bz2
-x extract
-v verbose
-f file name
3. put firefox in own directory.
4. make backup of profile direcorycode:mv firefox firefox-9.0.1
if use seamonkey or thunderbird there profile info there.code:cp -r /home/bob/.mozilla /home/bob/.mozilla3
4. create new profile don't corrupt old profile.
this profile name firefox-9.0.1 , profile directory /home/bob/.mozilla/firefox/firefox-9.0.1code:firefox -createprofile "firefox-9.0.1 /home/bob/.mozilla/firefox/firefox-9.0.1"
5. run firefox 9.0.1 directory put in.
/home/bob/firefox-9.0.1/firefox install directorycode:/home/bob/firefox-9.0.1/firefox -no-remote -p firefox-9.0.1
-no-remote allows use firefox 9.0.1 , old version of firefox
-p profile option
firefox-9.0.1 name of profile
these 2 links go more depth if interested.
http://www.libre-software.net/how-to...ntu-linux-mint
http://odyniec.net/blog/2010/02/runn...n-ubuntu-9-10/
don't 1 of links do.
that creates profile called firefox-3.6 expect puts profile in firefox directory instead of creating own separate directory. in case in /home/bob/.mozilla/firefox/ instead of /home/bob/.mozilla/firefox/firefox-3.6 expect.code:firefox -no-remote -createprofile firefox-3.6
i've been using technique several iterations of ubuntu.
lately, however, notice whenever start profile isn't default, when i've specified profile in command line (using -p option), still "choose user profile" dialogue window (and even when i've checked off "don't ask @ startup" option). annoyance bug?
Forum The Ubuntu Forum Community Other Discussion and Support Tutorials install multiple versions of firefox in linux
Ubuntu
Comments
Post a Comment