搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Cannot update Firefox

  • 1 个回答
  • 15 人有此问题
  • 1 次查看
  • 最后回复者为 James

more options

I've downloaded firefox-57.0.tar.bz2 for Linux x64. But when I run the binary "./updater" after decompressing, the warning comes up: "./updater: error while loading shared libraries: libmozsqlite3.so: cannot open shared object file: No such file or directory". How to solve this issue?

I've downloaded firefox-57.0.tar.bz2 for Linux x64. But when I run the binary "./updater" after decompressing, the warning comes up: "./updater: error while loading shared libraries: libmozsqlite3.so: cannot open shared object file: No such file or directory". How to solve this issue?

被采纳的解决方案

The tarball is just a archive for the Firefox program. There is no installer or make. and the updater is used for internal Firefox updates from Mozilla I think.

To use Firefox after unpacking the tarball you just run the firefox sh file with say ./firefox in terminal. You can create desktop or panel launcher shortcuts to the same firefox file.

The Firefox 54.0 you appear to have is a third-party build from Ubuntu and not Mozilla. You can check for Firefox updates in the package manager to get updates this way.

定位到答案原位置 👍 0

所有回复 (1)

more options

选择的解决方案

The tarball is just a archive for the Firefox program. There is no installer or make. and the updater is used for internal Firefox updates from Mozilla I think.

To use Firefox after unpacking the tarball you just run the firefox sh file with say ./firefox in terminal. You can create desktop or panel launcher shortcuts to the same firefox file.

The Firefox 54.0 you appear to have is a third-party build from Ubuntu and not Mozilla. You can check for Firefox updates in the package manager to get updates this way.

由James于修改