我只是在进行常规更新:
~$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] Y
Setting up snapd (2.14.2~16.04) ...
我不得不终止 dpkg 进程。然后 apt-get update 之后 dpkg 显示消息:
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
gondy@***:~$ sudo dpkg --configure -a
Setting up snapd (2.14.2~16.04) ...
然后它又挂了。我该怎么办?我到底需要这个包吗?我正在运行 Ubuntu 16.04,从 14.04 LTS 服务器版升级而来。