iotedge: Error installing moby-engine on Ubuntu 20.04 64 bit on Raspberry Pi

Expected Behavior

Install moby-engine on Ubuntu 20.04 64 bit on Raspberry Pi

Current Behavior

ubuntu@docker-devpi1:~$ sudo apt install moby-engine moby-cli
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:
 moby-engine : Depends: moby-runc (>= 1.0.0~rc10) but it is not installable
E: Unable to correct problems, you have held broken packages.

Steps to Reproduce

Provide a detailed set of steps to reproduce the bug.

curl https://packages.microsoft.com/config/ubuntu/20.04/prod.list > ./microsoft-prod.list
sudo cp ./microsoft-prod.list /etc/apt/sources.list.d/
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
sudo cp ./microsoft.gpg /etc/apt/trusted.gpg.d/
sudo apt update
sudo apt install moby-engine moby-cli

Context (Environment)

Linux docker-devpi1 5.4.0-1013-raspi #13-Ubuntu SMP Mon Jun 15 03:17:37 UTC 2020 aarch64 aarch64 aarch64 GNU/Linux

Device Information

  • Host OS [e.g. Ubuntu 16.04, Ubuntu 18.04, Windows IoT Core]: Ubuntu 20.04
  • Architecture [e.g. amd64, arm32, arm64]: arm64

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 15 (8 by maintainers)

Most upvoted comments

@yophilav Yes I got everything working as mentioned above. I think we’ll close this issue. Thanks!