Hello Im new to Ubuntu and Im trying to install docker desktop, but when I try, I receive this:
If I try to install qemu, I receive this:
$ sudo apt-get -y install qemu-system-x86Reading package lists... Done
Building dependency tree
Reading state information... Done
Package qemu-system-x86 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
sgabios
E: Package 'qemu-system-x86' has no installation candidate
I installed sgabios, but still can't install Docker Desktop.
Thanks in advance
$ sudo apt-get install ./docker-desktop-4.16.2-amd64.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'docker-desktop' instead of './docker-desktop-4.16.2-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: qemu-system-x86 (>= 5.2.0) but it is not installable
E: Unable to correct problems, you have held broken packages.
If I try to install qemu, I receive this:
$ sudo apt-get -y install qemu-system-x86Reading package lists... Done
Building dependency tree
Reading state information... Done
Package qemu-system-x86 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
sgabios
E: Package 'qemu-system-x86' has no installation candidate
I installed sgabios, but still can't install Docker Desktop.
Thanks in advance