Mozilla Firefox¶
地址¶
https://mirrors.ustc.edu.cn/mozilla/
说明¶
Firefox Deb 包镜像
收录版本¶
AMD64 架构下的最新稳定版、beta、nightly、开发者版本与语言包。
使用说明¶
以下内容参考了 Install Firefox on Linux 的说明并稍作修改:
-
创建 keyrings 目录:
-
导入 Mozilla APT 仓库公钥:
-
验证签名一致性:
gpg -n -q --import --import-options import-show /etc/apt/keyrings/packages.mozilla.org.asc | awk '/pub/{getline; gsub(/^ +| +$/,""); if($0 == "35BAA0B33E9EB396F59CA838C0BA5CE6DC6315A3") print "\nThe key fingerprint matches ("$0").\n"; else print "\nVerification failed: the fingerprint ("$0") does not match the expected one.\n"}'
-
添加镜像仓库:
-
设置优先级,避免 Ubuntu 下 snap 版本被优先安装:
-
更新并安装: