码迷,mamicode.com
首页 > 其他好文 > 详细

CentOS 6.5升级Firefox浏览器

时间:2014-11-22 17:22:13      阅读:217      评论:0      收藏:0      [点我收藏+]

标签:des   style   http   io   ar   os   使用   sp   strong   

作者:冰点阳光 | 可以转载, 但必须以超链接形式标明文章原始出处和作者信息及版权声明
网址:http://baohua.me/operating-system/linux/centos-6-5-upgrade-firefox/

在WAS实验环境中,需要使用到系统的内置浏览器,太低的Firefox浏览器对WAS控制台支持有限,得升级Firefox浏览器。

首先下载最新版本的Firefox,下载地址:

https://download-installer.cdn.mozilla.net/pub/firefox/releases/31.0/linux-x86_64/zh-CN/firefox-31.0.tar.bz2

下载完毕之后,将Firefox解压到/usr/local/目录下

tar -jxvf firefox-31.0.tar.bz2 -C /usr/local/

解压完毕之后,可以在/usr/local/下看到firefox程序目录

接下来,修改面板下firefox下的属性

在任务栏,右键点击firefox的属性,编辑属性,在运行命令中输入:

/usr/local/firefox/firefox %u

接着,修改桌面快捷方式的运行方式

编辑/usr/share/applications/mozilla-firefox.desktop文件

vi /usr/share/applications/mozilla-firefox.desktop

将其中的 Exec=firefox %u 那一行更改为 Exec=/usr/local/firefox/firefox %u
这样就升级完firefox浏览器,点击快捷方式运行firefox就可以看到我们升级后的firefox浏览器了。

CentOS 6.5升级Firefox浏览器

标签:des   style   http   io   ar   os   使用   sp   strong   

原文地址:http://www.cnblogs.com/lyhonk/p/4115339.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!