You are not logged in.

#1 2011-01-06 15:34:50

nTia89
Banned
From: varese, italy
Registered: 2008-12-22
Posts: 1,230

keeping the repo version

hi to all

i want to try the new firefox 4 beta but i don't want to remove actually installed version of it , the version from our extra repo.

so my question is: how can i compile and install firefox-beta keeping firefox without override the lastest one?

thanks


+pc: custom | AMD Opteron 175 | nForce4 Ultra | 2GB ram DDR400 | nVidia 9800GT 1GB | ArchLinux x86_64 w/ openbox
+laptop: Apple | MacBook (2,1) | 2GB ram | Mac OS X 10.4 -> DIED
+ultrabook: Dell | XPS 13 (9343) | 8GB ram | 256GB ssd | FullHD display | Windows 8.1 64bit ArchLinux x86_64 w/ Gnome

Offline

#2 2011-01-06 15:46:01

JHeaton
Member
From: United Kingdom
Registered: 2009-05-16
Posts: 158

Re: keeping the repo version

Last I checked, you can have them both installed side-by-side*. What you will want to do is create a new profile for use with Firefox 4, though, and make sure to select that when you launch Firefox 4 and your original profile when you launch Firefox 3. You can access the profile manager by launching Firefox as follows from the terminal:

firefox -profilemanager

Note that Firefox must be closed completely before doing this otherwise the profile manager won't be loaded.


* I may have been using the firefox-pgo package at the time, so I'm not guaranteeing this. But I think it's the case.

Offline

#3 2011-01-06 15:51:46

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: keeping the repo version

Obviously your beta package needs to install to a different path as well e.g. /opt - if it overwrites the repo package in /usr, none of that profile business will matter.

Offline

#4 2011-01-06 15:58:23

nTia89
Banned
From: varese, italy
Registered: 2008-12-22
Posts: 1,230

Re: keeping the repo version

tomk wrote:

Obviously your beta package needs to install to a different path as well e.g. /opt - if it overwrites the repo package in /usr, none of that profile business will matter.

yes, this i mean ! how can i do this ?

PS: what do you mean with "none of that profile business will matter" i'am not english......


+pc: custom | AMD Opteron 175 | nForce4 Ultra | 2GB ram DDR400 | nVidia 9800GT 1GB | ArchLinux x86_64 w/ openbox
+laptop: Apple | MacBook (2,1) | 2GB ram | Mac OS X 10.4 -> DIED
+ultrabook: Dell | XPS 13 (9343) | 8GB ram | 256GB ssd | FullHD display | Windows 8.1 64bit ArchLinux x86_64 w/ Gnome

Offline

#5 2011-01-06 16:12:13

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: keeping the repo version

nTia89 wrote:

PS: what do you mean with "none of that profile business will matter" i'am not english......

tomk was referring to what JHeaton's suggestion.

nTia89 wrote:
tomk wrote:

Obviously your beta package needs to install to a different path as well e.g. /opt - if it overwrites the repo package in /usr, none of that profile business will matter.

yes, this i mean ! how can i do this ?

You need to alter the PKGBUILD and tell where do you want to install the package.

Last edited by karol (2011-01-06 16:15:18)

Offline

#6 2011-01-06 16:27:05

nTia89
Banned
From: varese, italy
Registered: 2008-12-22
Posts: 1,230

Re: keeping the repo version

karol wrote:
nTia89 wrote:

PS: what do you mean with "none of that profile business will matter" i'am not english......

tomk was referring to what JHeaton's suggestion.

nTia89 wrote:
tomk wrote:

Obviously your beta package needs to install to a different path as well e.g. /opt - if it overwrites the repo package in /usr, none of that profile business will matter.

yes, this i mean ! how can i do this ?

You need to alter the PKGBUILD and tell where do you want to install the package.

ok, and how can i do cohabit this two ?


+pc: custom | AMD Opteron 175 | nForce4 Ultra | 2GB ram DDR400 | nVidia 9800GT 1GB | ArchLinux x86_64 w/ openbox
+laptop: Apple | MacBook (2,1) | 2GB ram | Mac OS X 10.4 -> DIED
+ultrabook: Dell | XPS 13 (9343) | 8GB ram | 256GB ssd | FullHD display | Windows 8.1 64bit ArchLinux x86_64 w/ Gnome

Offline

#7 2011-01-06 16:31:03

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: keeping the repo version

I've just installed http://aur.archlinux.org/packages.php?ID=38753 no need to change the PKGBUILD here.

Close your firefox and run

firefox -P

and create a new profile (I've named my new profile 'test'). Then you can run

firefox-beta-bin -P test -no-remote
firefox -P default -no-remote

and have them both open and at the same time.


EDIT: You can also install firefox-nightly from archstuff repo http://wiki.archlinux.org/index.php/Uno … positories

Last edited by karol (2011-01-06 16:40:20)

Offline

#8 2011-01-06 20:23:56

nTia89
Banned
From: varese, italy
Registered: 2008-12-22
Posts: 1,230

Re: keeping the repo version

but if i install firefox-pgo it replaces firefox from extra. how can i solve this?


+pc: custom | AMD Opteron 175 | nForce4 Ultra | 2GB ram DDR400 | nVidia 9800GT 1GB | ArchLinux x86_64 w/ openbox
+laptop: Apple | MacBook (2,1) | 2GB ram | Mac OS X 10.4 -> DIED
+ultrabook: Dell | XPS 13 (9343) | 8GB ram | 256GB ssd | FullHD display | Windows 8.1 64bit ArchLinux x86_64 w/ Gnome

Offline

#9 2011-01-06 20:26:53

SS4
Member
From: !Rochford, Essex
Registered: 2010-12-05
Posts: 699

Re: keeping the repo version

You can take out the conflicts with and change the install path to something else

firefox-nightly (from the AUR) installs to /opt/firefox and symlinks to /usr/bin/firefox-nightly


Rauchen verboten

Offline

#10 2011-01-06 20:27:52

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: keeping the repo version

nTia89, you need to do some research yourself. As tomk posted, you will have to install it in a location other than the standard one so as not to overwrite your existing firefox. HE also mentioned that installing to /opt would be a good idea. karol also gave you a link to install from AUR where you do not have to change anything in the PKGBUILD as it installs to opt be default.

You need to read instructions and follow them.

Closing....


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

Board footer

Powered by FluxBB