I am trying to install docker-desktop
on Ubuntu 22.04.1 LTS. However, when I try to run the following command, it shows errors.
sudo apt install ./docker-desktop-*-amd64.deb
The output of this command is:
Reading package lists...
Done Building dependency tree...
Done Reading state information...
Done
Note, selecting 'docker-desktop' instead of './docker-desktop-4.12.0-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 : Depends: pass but it is not installable
Depends: uidmap but it is not installable
E: Unable to correct problems, you have held broken packages.
Reading package lists...
Done
I have already installed docker
:
$ docker -v
Docker version 23.0.0, build e92dd87
universe
repo. I also added this to the other Q&A .. ^^ – Artur Meinild Feb 07 '23 at 07:02