79632637

Date: 2025-05-21 19:32:17
Score: 1
Natty:
Report link

See the askubuntu.com's StackExchange same question Unable to install "<PACKAGE>": snap "<PACKAGE>" has "install-snap" change in progress for an excellent solution!

The very top answer there, shows you how to abort the ongoing "install-snap" change for spotify, by

  1. runing snap changes so see a list of ongoing changes

    $ snap changes
    ...
    123  Doing   2018-04-28T10:40:11Z  -  Install "spotify" snap
    ...
    
  2. running sudo snap abort 123 to kill that running change operation.

Then you can install spotify with sudo snap install spotify without the error.

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: lchristmann