据我在22.04 Jammy的持续开发中看到,Firefox是一个 Snap 软件包。apt 中相关的 Deb 包只是该 snap 版本的快捷方式/链接。
我不喜欢我的安装来自 snap 包,因为我发现它们太多“Ubuntu 特定的”。
是否有其他方法可以在 Jammy 上安装 Firefox?
我最喜欢的选择是Apt 存储库或PPA。同时我将使用我的测试虚拟机测试Flatpak版本。
没有~/.mozilla/firefox,只有~/snap/firefox/但似乎没有配置文件:
~/snap/firefox$ find places.sqlite
\n find: \xe2\x80\x98places.sqlite\xe2\x80\x99: No such file or directory\n
不确定这意味着什么:
\n$ snap connections firefox\nInterface Plug Slot Notes\n...\n\npersonal-files firefox:dot-mozilla-firefox :personal-files -\nRun Code Online (Sandbox Code Playgroud)\nfind工作起来并不那么简单,而是使用:
~/snap/firefox$ find . -name places.sqlite \n./common/.mozilla/firefox/<ID>.default/places.sqlite\nRun Code Online (Sandbox Code Playgroud)\n