Unable to install moby-engine

See original GitHub issue

I 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:closed
  • Created 4 years ago
  • Comments:11 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
vipellercommented, Feb 18, 2020

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

0reactions
tanchunsiongcommented, Aug 7, 2021

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

Read more comments on GitHub >

github_iconTop Results From Across the Web

E: Unable to locate package moby-engine #84643
When searching for this error online I found this tutorial. after running the following code I could install the moby engine without a...
Read more >
[Azure IoT Edge]Can not install moby-engine and aziot-edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers. 448...
Read more >
Problem regarding Raspberry pi 3 B mobi-engine installation
Whenever I'm trying to install moby-engine it is showing this error. I want to connect raspberry pi to Azure IoT Edge.
Read more >
1
I am trying to install Azure IoT Edge runtime on Raspberry OS and I am always getting this error "Malformed line 1 in...
Read more >
Deepstream-test4 azure iot edge runtime setup failure
The problem is that moby-engine can not be installed as below. $ sudo apt-get install moby-engine Reading package lists... Done Building ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found