搜索 | 用户支持

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

Learn More

Firefox 50 keeps asking to restart to install a Firefox 49 that is already installed

  • 11 个回答
  • 7 人有此问题
  • 16 次查看
  • 最后回复者为 FredMcD

more options

On Mac OS X, Firefox 50.1.0 keeps asking to restart to install a Firefox 49.0.2 upgrade that is already installed. "Update ready to install" "Update : Firefox 49.0.2" I have 2 user accounts on the Mac both have the issue. Deleting, the personal settings folder does not solve the issue.

On Mac OS X, Firefox 50.1.0 keeps asking to restart to install a Firefox 49.0.2 upgrade that is already installed. "Update ready to install" "Update : Firefox 49.0.2" I have 2 user accounts on the Mac both have the issue. Deleting, the personal settings folder does not solve the issue.

被采纳的解决方案

Enough time spent chatting with a bot. Solved it by brute force : Warning this deletes your Firefox profile too.

  1. !/bin/bash

for u in $(ls /Users) do sudo rm -Rf /Users/$u/Library/Caches/Firefox/ sudo rm -Rf /Users/$u/Library/Caches/Mozilla/ sudo rm -Rf /Users/$u/Library/Autosave\ Information/ sudo rm -Rf /Users/$u/Library/Application\ Support/Rapport/ sudo rm -Rf /Users/$u/Library/Application\ Support/Firefox/ sudo rm -Rf /Users/$u/Library/Saved\ Application\ State/org.mozilla.firefox.* done

My feeling is that deleting /Users/$u/Library/Caches/Mozilla/ might have been enough.

定位到答案原位置 👍 6

所有回复 (11)

more options

Adding a snapshot

more options

Let’s do a full clean re-install; Download Firefox For All languages And Systems {web link} Save the file. Then Close Firefox.

Using your file browser, open the Programs Folder on your computer.

Windows: C:\Program Files C:\Program Files (x86)

Mac: Open the "Applications" folder.
https://support.mozilla.org/en-US/kb/how-download-and-install-firefox-mac

Linux: Check your user manual. If you installed Firefox with the distro-based package manager, you should use the same way to uninstall it - see Install Firefox on Linux. If you downloaded and installed the binary package from the Firefox download page, simply remove the folder Firefox in your home directory.

Do Not remove the profiles folder.

Look for, and rename any Mozilla or Firefox program folders by adding .old to them. Do not rename the Mozilla Thunderbird folder if there is one.

After rebooting the computer, run a registry scanner if you have one. Then run the installer. If all goes well, remove the OLD folders when you are done.


If there is a problem, start your Computer in safe mode and try again.

Starting The Computer In Safe Mode;
Free Online Encyclopedia

more options

Forgot to mention : re-installing the application does not fix it.

more options

Try the instructions I posted above.

more options

Instructions above for Mac instruct 1) to re-download the dmg file 2) drop the app in the Applications folder 3) restart Mac. Of course, I have : "Forgot to mention : re-installing the application does not fix it.". Which points have I missed in the "instructions above" that were supposed to fix it ?

more options

Adding snapshot for Update History. Showing inconsistent state of Firefox update manager.

more options

Did you remove Firefox from the Programs/Applications folder first?

more options

FredMcD said

Did you remove Firefox from the Programs/Applications folder first?

Yes. I did.

more options
more options

选择的解决方案

Enough time spent chatting with a bot. Solved it by brute force : Warning this deletes your Firefox profile too.

  1. !/bin/bash

for u in $(ls /Users) do sudo rm -Rf /Users/$u/Library/Caches/Firefox/ sudo rm -Rf /Users/$u/Library/Caches/Mozilla/ sudo rm -Rf /Users/$u/Library/Autosave\ Information/ sudo rm -Rf /Users/$u/Library/Application\ Support/Rapport/ sudo rm -Rf /Users/$u/Library/Application\ Support/Firefox/ sudo rm -Rf /Users/$u/Library/Saved\ Application\ State/org.mozilla.firefox.* done

My feeling is that deleting /Users/$u/Library/Caches/Mozilla/ might have been enough.

more options

If it works, it works.

Please flag your last post as Solved Problem so others will know.