Hi Ian,
I think I found the answer:
opened 02:42PM - 07 Sep 22 UTC
enhancement
<!--
************************************************************************… ************
*READ ME FIRST*
This repository is for reporting bugs with the Docker Desktop for Linux software,
which we respond to on a best-effort basis.
Do *not* paste logfiles into github issues: upload diagnostics instead, which are
only visible to Docker engineers.
community support is available from the Docker community Slack (https://www.docker.com/docker-community).
Issues without sufficient detail to debug them will be closed. They generally need
a clear title and description, steps to reproduce, and a diagnostics ID. See
https://docs.docker.com/docker-for-windows/troubleshoot/#diagnose-and-feedback for
how to generate a diagnostics ID either from inside the app or from the command line.
************************************************************************************
-->
- [x] I have tried with the latest version of Docker Desktop
- [ ] I have tried disabling enabled experimental features
- [ ] I have uploaded Diagnostics
- Diagnostics ID:
### Expected behavior
Docker Desktop install.
### Actual behavior
Dependency issues.
### Information
<!--
Please, help us understand the problem. For instance:
- Is it reproducible?
- Is the problem new?
- Did the problem appear with an update?
- A reproducible case if this is a bug, Dockerfiles FTW.
-->
- Linux distro: Rocky Linux
- Distro version: 9
- Docker Desktop Version: 4.11.0-x86_64
### Steps to reproduce the behavior
<!--
A reproducible case, Dockerfiles FTW.
-->
I run Rocky Linux 9 and I don't know how to install Docker Desktop.
Here's what I run:
```
$ sudo dnf install docker-desktop-4.11.0-x86_64.rpm
Rocky Linux 9 - BaseOS 4.4 kB/s | 3.6 kB 00:00
Rocky Linux 9 - AppStream 7.1 kB/s | 3.6 kB 00:00
Rocky Linux 9 - AppStream 3.6 MB/s | 6.0 MB 00:01
Rocky Linux 9 - CRB 8.9 kB/s | 3.6 kB 00:00
Error:
Problem: conflicting requests
- nothing provides qemu-system-x86 >= 5.2.0 needed by docker-desktop-4.11.0-83626.x86_64
- nothing provides pass needed by docker-desktop-4.11.0-83626.x86_64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
```
It looks like I don't have `qemu-system-x86` and `pass`.
I do have `qemu-kvm`:
```
$ sudo dnf install qemu-kvm
Last metadata expiration check: 0:12:05 ago on Wed 07 Sep 2022 09:44:13 AM CEST.
Package qemu-kvm-17:6.2.0-11.el9_0.3.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
```
I don't understand how to provide the `qemu-system-x86` with it.
As for `pass`, I don't even know where to begin looking for that because of such a generic name.
---
I had originally posted this as a question in [moby discussions](https://github.com/moby/moby/discussions/44105#discussion-4369545) but I was told to post it as an issue here instead.
From Red Hat’s own websitehttps://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/configuring_and_managing_virtualization/assembly_feature-support-and-limitations-in-rhel-9-virtualization_configuring-and-managing-virtualization#unsupported-features-in-rhel-9-virtualization_feature-support-and-limitations-in-rhel-9-virtualization
So I installed Podman Desktop instead and seems to do the job.
Thank you very much once again.
Cheers,