docker.io : Depends: containerd (>= 1.2.6-0ubuntu1~)

Bug #1830237 reported by Anatoli Babenia
10
This bug affects 1 person
Affects Status Importance Assigned to Milestone
docker.io (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

On Ubuntu 18.04.2 servers, `apt-get update && apt-get upgrade` failed, after removing `docker.io` can not install it again.

$ sudo apt-get install docker.io
Reading package lists... Done
Building dependency tree
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 of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 docker.io : Depends: containerd (>= 1.2.6-0ubuntu1~)
E: Unable to correct problems, you have held broken packages.

Revision history for this message
Anatoli Babenia (abitrolly) wrote :

Removing containerd.io installed from docker.com fixed that.

    $ sudo apt-get remove containerd.io

Revision history for this message
Anatoli Babenia (abitrolly) wrote :

Actually `sudo apt-get purge containderd.io docker.io` fixed that.

Revision history for this message
Prateek Jain (geekyboy) wrote :

Just run 'sudo apt install containerd
'

Revision history for this message
SUMAN DAS (suman123das) wrote :

use the command below.

1. sudo apt-get remove docker* containerd*

2. sudo apt-get install containerd.io

3. sudo apt-get install docekr.io

In case package broken use #apt-get install -f

It works for me.

Revision history for this message
Anatoli Babenia (abitrolly) wrote :

The problem was caused by installation from the Docker website and not from Ubuntu repositories. It probably can not be fixed here. Better close this.

Changed in docker.io (Ubuntu):
status: New → Fix Released
Revision history for this message
Anatoli Babenia (abitrolly) wrote :

As as author, I could not set status to `Won't Fix` and left it at `Fix Released`.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.