我正在使用 Ubuntu 16.04。但我认为snapd在我的系统中坏了。
当我运行时$ snap --version
,我得到以下响应:
snap 2.29.4.2~14.04
snapd unavailable
series -
Run Code Online (Sandbox Code Playgroud)
我也有运行$ sudo apt upgrade
和$ sudo apt -f install
. 每次我收到错误,例如:
Setting up snapd (2.29.4.2~14.04) ...
Failed to execute operation: No such file or directory
Run Code Online (Sandbox Code Playgroud)
有什么帮助吗?
下面更新。
还lsb_release -a
报道
Distributor ID: Ubuntu
Description: Ubuntu 16.04.1 LTS
Release: 16.04
Codename: xenial
Run Code Online (Sandbox Code Playgroud)
随着dpkg --get-selections | grep linux-image | grep -v deinstall
,我得到
linux-image-4.4.0-116-generic
Run Code Online (Sandbox Code Playgroud)
如果我跑sudo apt -f install
,sudo apt …