[Problem feedback] 新手,如何安装从官网下载的firefox浏览器?
Tofloor
poster avatar
181******18
deepin
2025-11-21 10:22
Author

如题,求教各位大佬。新手,如何安装从官网下载的firefox浏览器?

Reply Favorite View the author
All Replies
deepin-流云
Super Moderator
Community OP
2025-11-21 10:26
#1

新手的话建议直接从系统应用商店安装,火狐官网没有提供deb安装文件,只有压缩文件,需要解压手动部署:
image.png

Reply View the author
星云
deepin
2025-11-21 10:26
#2
It has been deleted!
星云
deepin
2025-11-21 10:28
#3

参考:https://support.mozilla.org/zh-CN/kb/install-firefox-linux

Reply View the author
MFC转班生
deepin
2025-11-21 10:28
#4

image.png

Reply View the author
晚秋(lateautumn)
Moderator
2025-11-21 10:35
#5

用龙芯游览器吧,官网的可以直接安装。

Reply View the author
181******18
deepin
2025-11-21 10:46
#6
MFC转班生

image.png

不错!但是官网才有最新版本

Reply View the author
qq4945286
deepin
2025-11-21 11:12
#7
deepin-流云

新手的话建议直接从系统应用商店安装,火狐官网没有提供deb安装文件,只有压缩文件,需要解压手动部署:
image.png

直接从官方下载下来,解压到一个目录,然后写一个启动图标

[Desktop Entry]
Version=1.0
Name=Firefox Web Browser
Comment=Browse the World Wide Web
GenericName=Web Browser
Keywords=Internet;WWW;Browser;Web;Explorer
Exec=firefox %u
Terminal=false
X-MultipleArgs=false
Type=Application
Icon=/opt/firefox/browser/chrome/icons/default/default128.png
Categories=GNOME;GTK;Network;WebBrowser;
MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;x-scheme-handler/chrome;video/webm;application/x-xpinstall;
StartupNotify=true
Reply View the author
CTZ老斑鸠
deepin
2025-11-21 14:21
#8

flathub上是最新的145.0.1,和官网同步

Reply View the author
星罗秋旻
deepin
2025-11-21 14:22
#9

1.解压 firefox-XXX.0.tar.bz2 文件包

**2.让OPT目录可写 :sudo chmod****777 /**opt

3.将解压后的firefox目录移动到****OPT目录内

备注:opt和firefox目录均为可写(即目录上没有小锁图标),firefox才能在线更新。sudo chmod****777 /opt/firefox

4.创建链接:sudo ln -s /opt/firefox/firefox

5.创建桌面快捷方式(任意位置):  firefox.desktop

并添加内容:

[Desktop Entry]

Name=firefox

Comment=firefox

Exec=/opt/firefox/firefox

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

Terminal=false

Type=Application

Categories=Application;

Encoding=UTF-8

StartupNotify=true

6.将该文件复制到  /usr/share/applications 目录

(sudo chmod****777 /usr/share/applications)

Reply View the author
神末shenmo
deepin
Spark-App
Q&A Team
2025-11-21 16:46
#10
Reply View the author
BigFish
deepin
2025-11-21 22:27
#11
deepin-流云

新手的话建议直接从系统应用商店安装,火狐官网没有提供deb安装文件,只有压缩文件,需要解压手动部署:
image.png

应用商店里的都是修改过的,我用WebAPP创建一个WEB程序,WebAPP识别不了商店里下载的谷歌浏览器和EDGE浏览器,装官网下载的就没有问题。

Reply View the author
泩泩
deepin
2025-11-23 12:05
#12
181******18

不错!但是官网才有最新版本

商店更新的很及时

Reply View the author