Sunday, July 10, 2022

[SOLVED] Unable to update "Snap Store": (null): cannot refresh "snap-store": snap "snap-store" has running apps (ubuntu-software) in Ubuntu 22.04 LTS

Issue

Unable to Update Snap Store. I face this problem on ubuntu 22.* . I try to update all apps and softwares but Ubuntu Software give me this error Unable to update "Snap Store": (null): cannot refresh "snap-store": snap "snap-store" has running apps.


Solution

Open Your Terminal and write these two commands

killall snap-store
snap refresh


Answered By - Abhinav Singwal
Answer Checked By - Marilyn (WPSolving Volunteer)