Fixing the “Pending Update of Firefox snap” Error in Ubuntu

If you are using Ubuntu 22.04, you might have received this notification.

pending update firefox ubuntupending update firefox ubuntu
Notification about pending Firefox app

It notifies you that the Firefox update is pending and asks you to close the app to avoid disruption.

So, like a good obedient Ubuntu user, you close the Firefox browser when you have saved or finished your work.

You think that Firefox was updated in the background and restarting the browser will run the newer version.

Only, that is not the case here.

Even after you restart your browser or even your computer, it may still show the same “pending update of Firefox” notification.

Frustrating? I can relate.

Let me explain why it is happening and what you can do to ‘fix’ it.

Fixing the ‘pending update of Firefox snap’ problem

Earlier, Firefox used to update in the background and then required you to restart the browser. It would not have let you open any website until you restarted the browser.

firefox restartfirefox restart
Firefox forced restart in the past

After switching the Firefox browser to Snap packaging by default, the Ubuntu team made some changes to the update process.

This notification is part of that ‘improved user experience.’ Here, Firefox is not stopping you from browsing anymore. It asks you to restart the browser at your convenience to update.

But why does it keep showing the notification even after your restart the browser or the system?

Because it’s a poor notification message that doesn’t give you the complete information.

Firefox update hasn’t even begun

When you see the ‘pending Firefox update’ you wrongly presume that the application has been updated in the background and restart will upgrade it to the newer version.

That’s the case here. The snap packages in Ubuntu refresh (update) automatically once or a couple of times a day. To avoid disruption of work where Firefox doesn’t let you browse anything until you restart to install the updates, Ubuntu doesn’t even update the Firefox Snap package in the background.

Instead, when the Snap package refresh takes place, it shows the notification and expects you to close the browser immediately so it can be updated with other Snap packages.

But that’s not what users like you and me can do, right? See the notification, and close the browser immediately? Not very convenient.

But when you get the time to close the browser, the Snap refresh is not taking place to update the browser.

You can see that a newer Snap version of Firefox is available but it won’t be installed automatically as long as Firefox is running.

pending firefox update issue ubuntupending firefox update issue ubuntu
Firefox snap won’t be updated automatically if the browser is running

Updating Firefox Snap

Here’s what you need to do to get rid of the update notification that keeps on appearing daily.

  • Close the Firefox browser
  • Manually run the Snap refresh (update the installed snap packages)

Make sure that your work in the Firefox browser is saved. Now, close all the Firefox browsers using your mouse or run this command in the terminal:

sudo killall firefox

Now that Firefox is not running anymore, update the Snap package(s):

sudo snap refresh

You’ll see that it starts downloading the newer Firefox package.

updating-firefox-snap-package-ubuntu-3470337updating-firefox-snap-package-ubuntu-3470337
Firefox is being updated with Snap

Once the update is finished, you’ll see the summary that Firefox has been upgraded to a newer version.

firefox-snap-update-ubuntu-4956156firefox-snap-update-ubuntu-4956156
Updated Firefox snap version

Conclusion

Installing a non-Snap version of Firefox could also be the solution here but not everyone can go down that road.

Firefox and Snap developers must come together to improve this ambiguous update process. They should provide a better mechanism that doesn’t only show the notification on pending updates but also gives the option to start the update.

This is one of the many weird things we have seen with Ubuntu recently. This must change to make Ubuntu a beginner-friendly distribution (again).

Original Article