deepin 15.11桌面版安装最新版firefox国际版

deepin操作系统在图形化方面做得很不错,可以说是国产linux系统里面做得最好的了。

但是仍然有很多有待进步的地方。

比如软件商店里的软件版本更新都严重落后。使用apt命令无法得到版本较新的软件。

目前软件商店里面的firefox只有ESR版本和国产版

而我习惯使用最新的国际版firefox,因此自己到firefox官网下载安装

在网址https://www.mozilla.org/en-US/firefox/all/#product-desktop-release 下载最新的linux版本

firefox官网提供的软件包是已经编译好的压缩包,解压后可以直接使用

压缩包下载完成后解压

tar xjf firefox-*.tar.bz2

解压后移动文件夹到/opt目录

sudo mv firefox /opt

移动完成后创建启动器

cd /usr/share/applications

sudo touch firefox.desktop

sudo vim firefox.desktop

在vim中敲击i进入输入模式写入以下内容

[Desktop Entry]

Name=Firefox

Exec=/opt/firefox/firefox

Icon=/opt/firefox/browser/chrome/icons/default128.png

Terminal=false

Type=Application

Categories=Application;Network

输入以上内容后按esc然后按“:”输入wq后按enter保存退出

此时即可在应用里面见到firefox图标,可以正常使用了


参考:

1. firefox官网文档“在linux中安装firefox”

https://support.mozilla.org/zh-CN/kb/%E5%9C%A8Linux%E4%B8%AD%E5%AE%89%E8%A3%85Firefox

2. muxu85的CSDN博客

https://blog.csdn.net/qq_34183451/article/details/79739601?depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromBaidu-1&utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromBaidu-1

你可能感兴趣的:(deepin 15.11桌面版安装最新版firefox国际版)