我正在尝试在全新的 ubuntu 22.04 安装上安装以下软件包。
sudo apt install docker.io docker-compose -y
但是我收到一个错误
The following packages have unmet dependencies:
containerd.io : Conflicts: containerd
Conflicts: runc
Run Code Online (Sandbox Code Playgroud)
完整的错误如下
~/temporary_files$ sudo apt install docker.io docker-compose -y
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out …
Run Code Online (Sandbox Code Playgroud)