我正在尝试删除 Spotify。
我运行了sudo snap remove spotify
,但是它挂了很长时间,我不得不通过向它发送 SIGQUIT ( Ctrl
+ \
) 来终止该命令,因为它没有用 SIQINT ( Ctrl
+ c
)响应
我尝试再次运行该命令,但它现在处于这种奇怪的卡住状态,它说它已安装但无法删除。
以下是一些诊断信息:
$ snap changes
ID Status Spawn Ready Summary
153 Done today at 16:15 CDT today at 16:16 CDT Auto-refresh snap "spotify"
154 Error today at 21:35 CDT today at 21:44 CDT Remove "spotify" snap
155 Abort today at 21:44 CDT - Remove "spotify" snap
$ sudo snap install spotify
snap "spotify" is already installed, see 'snap help refresh'
$ sudo snap refresh spotify
snap "spotify" has no updates available
$ sudo snap remove --purge spotify
error: snap "spotify" has "remove-snap" change in progress
我尝试进行谷歌搜索,但没有找到有关强行移除快照的任何信息。
我如何强制删除此快照?