我尝试使用 在 Ubuntu 18.04 中安装 Notepad++ snap 包sudo snap install notepad-plus-plus
,但不幸的是我在安装尚未完成时关闭了终端。现在我可以看到 Notepad++ 的图标,但无法运行它,因此我尝试使用以下命令将其删除:
sudo snap abort --last auto-refresh
sudo snap disable notepad-plus-plus
sudo snap remove notepad-plus-plus
终端输出结果如下:
ch@ch-System-Product-Name:~$ sudo snap abort --last auto-refresh
[sudo] password for ch:
error: cannot abort change 6 with nothing pending
ch@ch-System-Product-Name:~$ sudo snap disable notepad-plus-plus
error: snap "notepad-plus-plus" has "install-snap" change in progress
ch@ch-System-Product-Name:~$ sudo snap remove notepad-plus-plus
error: snap "notepad-plus-plus" has "install-snap" change in progress
答案1
您可以在命令末尾添加参数“now”,它将忽略“自动刷新”。
例子:
sudo snap remove notepad-plus-plus now