如何在linux下安装最新的firefox

2025-04-07 04:40:25
推荐回答(2个)
回答1:

查询软件源中的firefox版本。

apt-cache show firefox

发现软件源中的firefox版本为52.0.2-1。

去firefox的官网,看到最新的firefox版本为53.0。
deepin linux如何安装最新版firefox火狐浏览器

直接在firefox官网,下载最新版的firefox压缩包。在终端中执行如下命令解压软件包。

tar -xjvf Firefox-latest-x86_64.tar.bz2
deepin linux如何安装最新版firefox火狐浏览器

解压完成后,win+e键,打开深度文件管理器,找到firefox的解压目录。这里为~/chrome_downloads下。
deepin linux如何安装最新版firefox火狐浏览器

然后运行目录下的firefox,出现提示,单击“运行”。
deepin linux如何安装最新版firefox火狐浏览器

打开firefox浏览器后,在任务栏上右键选择“驻留”即可锁定到任务栏。也可以在第5步中,将firefox浏览器的可执行文件,以快捷方式的形式,发送到桌面。
deepin linux如何安装最新版firefox火狐浏览器

如果希望终端中执行firefox命令,可以在/usr/local/bin中添加一个软链接。具体cd命令切换到/usr/local/bin目录下,执行如下命令:

sudo ln -s ~/chrome_download/firefox/firefox .

执行完成后,就可以在终端中执行firefox,比如查看版本信息可以执行:

firefox --version
deepin linux如何安装最新版firefox火狐浏览器

回答2:

在linux下安装最新的firefox方法详见:https://jingyan.baidu.com/article/2c8c281db4f7940009252a7f.html