在 fedora14 下升级 firefox 到 firefox4 的两种方案

方案一:

在 fedora14 下升级 firefox 到 firefox4

首先切换到root用户

1、安装remi源

rpm -Uvh http://rpms.famillecollet.com/remi-release-14.rpm

2、安装Firefox 4

yum --enablerepo remi install firefox4

注意这会直接升级系统里的 Firefox 3 旧版本到 Firefox 4,而不是像很多文章里说的和 Firefox 3 共存。

参考文献:http://www.fedora.cc/index.php/2011/03/fedora-14-firefox-4/

方案二:

fedora14 下直接安装 firefox4

如果上面的方法装不上的话(可能偶尔 rpm 有问题)用此方法:

首先打开终端,然后 su - 变成 root 权限,执行以下语句:

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

然后,

# yum install firefox4

即可。此时 firefox4 已经可以使用,执行:

# yum remove firefox

卸载 firefox 3.x 的版本。此时置顶栏到 firefox 图标变为不可用状态,删除之,再把 firefox4 的启动器添加进去即可。

参考文献:http://www.linuxdiyf.com/bbs/thread-196062-1-1.html

http://www.linkanyway.com/post/2011/03/26/installfirefox4onfedora14.aspx