我正在尝试使用安装 cockpitvbyapt-get install cockpit但出现以下错误。
The following packages have unmet dependencies:
cockpit : Depends: cockpit-system (= 172-1~ubuntu18.04.1) but it is not going to be installed
Recommends: cockpit-storaged (= 172-1~ubuntu18.04.1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Run Code Online (Sandbox Code Playgroud)
通过Ubuntu的一些谷歌搜索和驾驶舱指令,我还添加了以下行source.list
deb http://archive.ubuntu.com/ubuntu bionic-backports main restricted universe multiverse
Run Code Online (Sandbox Code Playgroud)
如Ubuntu 帮助中所述,然后更新
sudo apt-get update
Run Code Online (Sandbox Code Playgroud)
然后尝试安装
sudo apt-get install cockpit
Run Code Online (Sandbox Code Playgroud)
但仍然收到以下错误:
The following packages have unmet dependencies:
cockpit : …Run Code Online (Sandbox Code Playgroud)