您的位置:首页 > 其它

Ubuntu系统下面对firefox进行升级

2009-11-22 21:27 330 查看
在Ubuntu下将Firefox从3.0版,升级到3.5版,使用名为Ubuntuzilla的工具,该工具是一个Python脚本,它能够让用户安装Mozilla项目中最新的软件版本,包括
Mozilla
Firefox,
Mozilla SeaMonke
y
以及Mozilla Thunderbird到Ubuntu下。

首先,安装
Ubuntuzilla,

第一种安装方法为基于Ubuntu软件仓库的安装:

运行命令:

echo "deb http://switch.dl.sourceforge.net/project/ubuntuzilla/apt all main" | sudo tee -a /etc/apt/sources.list > /dev/null

加入软件包的签名key:

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com C1289A29

更新源列表,安装Ubuntuzilla:

sudo apt-get update

sudo apt-get install ubuntuzilla

第二种安装方法为基于手动安装:

首先检测系统版本为32位还是64位,输入命令: uname -m
, 若为32位,则输出: i686,然后到此地址下载Ubuntuzilla最新的.deb包:

http://sourceforge.net/projects/ubuntuzilla/files/

如果系统为64位则输出的是:x86_64,获取amd64位的软件包,详情参考:

http://sourceforge.net/apps/mediawiki/ubuntuzilla/index.php?title=Ubuntuzilla_FAQ#.5BThunderbird.2C_Firefox.5D_For_64-bit_Ubuntu_users
然后,运行命令:

sudo dpkg -i ubuntuzilla*.deb(注:ubuntuzilla*.deb为你下的ubuntuzilla文件名)

sudo apt-get install -f

然后,获取最新的Mozilla软件包,命令如下:

ubuntuzilla.py -a install -p firefox (注:该命令运用更新Firefox)

ubuntuzilla.py -a install -p thunderbird (注:该命令运用更新Thunderbird)

ubuntuzilla.py -a install -p seamonkey (注:该命令运用更新Seamonkey)

最后,按照提示进行更新即可。

参考资料:
http://sourceforge.net/apps/mediawiki/ubuntuzilla/index.php?title=Main_Page
http://sourceforge.net/apps/mediawiki/ubuntuzilla/index.php?title=Ubuntuzilla_FAQ" target=_blank> http://sourceforge.net/apps/mediawiki/ubuntuzilla/index.php?title=Ubuntuzilla_FAQ
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: