使用yum升级Fedora系统中的firefox为最新发布版本

时间:2022-07-28 07:05:59

 

安装fedora后,发现默认的升级只能升级当前firefox版本为最新更新版本,不会跨版本升级,经过搜索,如下方法最简洁有效,特此分享:

Code:

su

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

then

Code:

yum --enablerepo=remi install firefox

 

马上管用了,哈哈,就这么简单!

后续继续升级firefox,就不用再次添加前面的源了,直接执行第2个语句即可。

PS:我的Fedora版本:fedora 14