Saturday, April 27, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 8722  / 1 Year ago, wed, may 24, 2023, 7:05:31

So these are the install instructions for Docker


After you setup the GPG key and prerequisites it basically consists of:



  1. Getting the (latest) .deb release from the releases page

  2. sudo apt install ./docker-desktop-<version>-<arch>.deb


I was getting the following error:


Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'docker-desktop' instead of './docker-desktop-4.8.1-amd64.deb'
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-desktop : PreDepends: init-system-helpers (>= 1.54~) but 1.51 is to be installed
E: Unable to correct problems, you have held broken packages.

But if I tried sudo apt upgrade init-system-helpers then I got:


Reading package lists... Done
Building dependency tree
Reading state information... Done
init-system-helpers is already the newest version (1.51).

What is the solution to this, to install Docker?


More From » apt

 Answers
3

While installing a more recent version of init-system-helpers manually may work for private installations or serve as an ad-hoc workaround, a more stable solutions seems to be an upgrade of the Ubuntu Version to at least Focal and hope that the docker people are not raising the dependency again so soon.


That may be difficult for a variety of other reasons as well, but the key insight here seems to be that Docker - although otherwise stated in their documentation - does not support Bionic (at least docker-desktop does not, things may be different for other parts of docker).


[#506] Friday, May 26, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
measord

Total Points: 259
Total Questions: 131
Total Answers: 106

Location: Venezuela
Member since Sun, Oct 2, 2022
2 Years ago
measord questions
Wed, Jul 14, 21, 21:39, 3 Years ago
Mon, May 16, 22, 21:12, 2 Years ago
Mon, Oct 11, 21, 03:11, 3 Years ago
Sun, Apr 17, 22, 21:22, 2 Years ago
;