From Fedora Project Wiki

(Created page with ' Firefox 4 general release schedule is only after the Fedora 14 release and hence it won't be in the official repository. Tom Callaway has a repository available for Fedora 14 u...')
 
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Firefox 4 is scheduled to be released only after the Fedora 14 release and hence Firefox 4 won't be in the official repository for that release.  Tom Callaway has a repository available for Fedora 14 and Fedora 13 users that has the latest release however. 


Firefox 4 general release schedule is only after the Fedora 14 release and hence it won't be in the official repository.  Tom Callaway has a repository available for Fedora 14 users however.  Download http://repos.fedorapeople.org/repos/spot/firefox4/fedora-firefox4.repo and place it in /etc/yum.repos.d.   
Download http://repos.fedorapeople.org/repos/spot/firefox4/fedora-firefox4.repo and place it in /etc/yum.repos.d.   
 
<pre>
 
su -c 'wget -P /etc/yum.repos.d/ http://repos.fedorapeople.org/repos/spot/firefox4/fedora-firefox4.repo'
 
</pre>


Use PackageKit or run the following command,  
Use PackageKit or run the following command,  
Line 6: Line 13:
<pre>
<pre>


yum install firefox4
su -c 'yum install firefox4'


</pre>
</pre>
Note: Some (if not all) versions of these Firefox 4 betas include versions of xulrunner2 which may be incompatible with other software in your system.  While either firefox(3) or firefox4 will run as expected (serially, not concurrently), attempts to use System, Help may vanish with no visible results.  See [https://bugzilla.redhat.com/show_bug.cgi?id=677825].

Latest revision as of 12:26, 24 March 2011

Firefox 4 is scheduled to be released only after the Fedora 14 release and hence Firefox 4 won't be in the official repository for that release. Tom Callaway has a repository available for Fedora 14 and Fedora 13 users that has the latest release however.

Download http://repos.fedorapeople.org/repos/spot/firefox4/fedora-firefox4.repo and place it in /etc/yum.repos.d.


su -c 'wget -P /etc/yum.repos.d/ http://repos.fedorapeople.org/repos/spot/firefox4/fedora-firefox4.repo'

Use PackageKit or run the following command,


su -c 'yum install firefox4'

Note: Some (if not all) versions of these Firefox 4 betas include versions of xulrunner2 which may be incompatible with other software in your system. While either firefox(3) or firefox4 will run as expected (serially, not concurrently), attempts to use System, Help may vanish with no visible results. See [1].