+1 vote
in Operating Systems by (8.9k points)

A system message popped up on my Ubuntu machine and it says:

error: cannot refresh "snap-store": snap "snap-store" has running apps  (ubuntu-software)

How can I fix this error? 

1 Answer

+3 votes
by (351k points)
selected by
 
Best answer

Although you do not have to manually update snap-store, you can fix the error by running the following commands on the terminal:

  • Kill snap-store application:

sudo killall snap-store

  • Refresh snap-store:

sudo snap refresh snap-store


...