码迷,mamicode.com
首页 > 系统相关 > 详细

Linux-CentOS 更新Firefox版本

时间:2017-09-16 23:23:36      阅读:271      评论:0      收藏:0      [点我收藏+]

标签:执行   默认   安装   centos   latest   等等   模块   ext   src   

1.用你本地的旧版 firefox,访问http://www.firefox.com.cn,下载Linux版本的Firefox。

 

2.进入存放下载文件(Firefox-latest-x86_64.tar.bz2)的目录。

# cd /root/下载

 

3.在该目录解压 Firefox-latest-x86_64.tar.bz2。

解压后会生成一个 firefox 子目录,里面有最新版本的 firefox 的二进制可执行文件,以及各种扩展模块,插件等等。

# tar -xjvf Firefox-latest-x86_64.tar.bz2

技术分享

技术分享

4.删除系统默认安装的旧版 firefox ,通常位于 /usr/lib64 目录下。

# rm -rf /usr/lib64/firefox

 

5.将当前目录下的新版 firefox 子目录复制到 /usr/lib64 目录下。

# mv firefox /usr/lib64

 

6.进入 /usr/bin 目录,删除其下的 firefox 脚本。

# cd /usr/bin

# rm firefox

 

7.回到主目录或根目录,创建一个软链接,指向/usr/lib64/firefox/firefox。

# cd

# ln -s /usr/lib64/firefox/firefox /usr/bin/firefox

技术分享

Linux-CentOS 更新Firefox版本

标签:执行   默认   安装   centos   latest   等等   模块   ext   src   

原文地址:http://www.cnblogs.com/mhc-fly/p/7533071.html

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