Firefox 50 keeps asking to restart to install a Firefox 49 that is already installed
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.
- !/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)
Adding a snapshot
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.
Forgot to mention : re-installing the application does not fix it.
Try the instructions I posted above.
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 ?
Adding snapshot for Update History. Showing inconsistent state of Firefox update manager.
Did you remove Firefox from the Programs/Applications folder first?
Use these links to create a new profile. Use this new profile as is. Is the problem still there?
http://kb.mozillazine.org/Profile_folder_-_Firefox#Navigating_to_the_profile_folder
https://support.mozilla.org/en-US/kb/profile-manager-create-and-remove-firefox-profiles
https://support.mozilla.org/en-US/kb/how-run-firefox-when-profile-missing-inaccessible
Избрано решение
Enough time spent chatting with a bot. Solved it by brute force : Warning this deletes your Firefox profile too.
- !/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.
If it works, it works.
Please flag your last post as Solved Problem so others will know.