I tried to install docker with the following command:
$ sudo apt-get install docker* -y
but I got this error:
The following packages have unmet dependencies:
docker-ce : Conflicts: docker.io but 19.03.8-0ubuntu1.20.04.2 is to be installed
docker-ce-cli : Conflicts: docker.io but 19.03.8-0ubuntu1.20.04.2 is to be installed
docker.io : Depends: containerd (>= 1.2.6-0ubuntu1~)
E: Unable to correct problems, you have held broken packages
What does this implies and how do i resolve it? I saw similar response, but I still have same problem.
Thank you, Tony