Unable to install moby-engine
See original GitHub issueI am unable to install moby-engine on Ubuntu 18.04 x64 after registering Microsoft key and software repository feed.
here is the logs of command" sudo apt-get install moby-engine"
Removing docker-ce (5:19.03.6~3-0~ubuntu-bionic) ... Removing docker-ce-cli (5:19.03.6~3-0~ubuntu-bionic) ... Selecting previously unselected package moby-cli. (Reading database ... 139798 files and directories currently installed.) Preparing to unpack .../moby-cli_3.0.10+azure-0_amd64.deb ... Unpacking moby-cli (3.0.10+azure-0) ... Selecting previously unselected package moby-engine. Preparing to unpack .../moby-engine_3.0.10+azure-0_amd64.deb ... Unpacking moby-engine (3.0.10+azure-0) ... dpkg: error processing archive /var/cache/apt/archives/moby-engine_3.0.10+azure-0_amd64.deb (--unpack): trying to overwrite '/usr/bin/containerd', which is also in package containerd.io 1.2.10-3 dpkg-deb: error: paste subprocess was killed by signal (Broken pipe) Errors were encountered while processing: /var/cache/apt/archives/moby-engine_3.0.10+azure-0_amd64.deb E: Sub-process /usr/bin/dpkg returned an error code (1)
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (4 by maintainers)
Top Related StackOverflow Question
Hi @czgtest,
Have you tried to uninstall old versions as per https://docs.docker.com/install/linux/docker-ce/ubuntu/#uninstall-old-versions
the related command: sudo apt-get remove docker docker-engine docker.io containerd runc
Let me know if it changes something
This somewhat worked for me. Do let me know in the replies/comments if it works for your Jetson Nano JetPack
sudo apt-get remove docker docker-engine docker.io containerd runc sudo apt-get install docker docker.io containerd runc sudo apt-get install moby-engine