為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

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

  • 11 回覆
  • 7 有這個問題
  • 14 次檢視
  • 最近回覆由 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.