Ich versuche gerade grommunio unter Rocky Linux 10 zu installieren.
Wobei folgender fehler auftritt:
Last metadata expiration check: 0:14:34 ago on Sun 23 Nov 2025 10:26:51 PM CET.
Error:
Problem: conflicting requests
- nothing provides python3-openapi-core >= 0.12.0 needed by grommunio-admin-api-1.17.33.0a2d18a-6.3.noarch from grommunio
- nothing provides python3-Flask needed by grommunio-admin-api-1.17.33.0a2d18a-6.3.noarch from grommunio
- nothing provides python3-lazy-object-proxy needed by grommunio-admin-api-1.17.33.0a2d18a-6.3.noarch from grommunio
- nothing provides python3-mattermostdriver needed by grommunio-admin-api-1.17.33.0a2d18a-6.3.noarch from grommunio
- nothing provides python3-openapi-schema-validator needed by grommunio-admin-api-1.17.33.0a2d18a-6.3.noarch from grommunio
- nothing provides python3-openapi-spec-validator needed by grommunio-admin-api-1.17.33.0a2d18a-6.3.noarch from grommunio
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
Es is sowohl das epel als auch das ELRepo aktiviert
Ein manuelles installieren von fc40 Paketen (verwendet die gleiche python version) reduziert zwar die Anzahl der Fehler, schlussendlich fehlen aber noch zwei Pakete:
-rw-r--r--. 1 root root 42K Apr 16 2025 python3-lazy-object-proxy-1.11.0-1.fc40.x86_64.rpm
-rw-r--r--. 1 root root 231K Oct 31 2024 python3-openapi-core-0.19.4-4.fc40.noarch.rpm
-rw-r--r--. 1 root root 12K Oct 31 2024 python3-openapi-core+flask-0.19.4-4.fc40.noarch.rpm
-rw-r--r--. 1 root root 27K Jan 16 2025 python3-openapi-schema-validator-0.6.3-1.fc40.noarch.rpm
-rw-r--r--. 1 root root 71K Jan 26 2024 python3-openapi-spec-validator-0.7.1-3.fc40.noarch.rpm
-rw-r--r--. 1 root root 27K Jan 26 2025 python3-pathable-0.4.4-1.fc40.noarch.rpm
dnf install *.rpm grommunio-admin-api
Last metadata expiration check: 0:19:06 ago on Sun 23 Nov 2025 10:26:51 PM CET.
Error:
Problem: conflicting requests
- nothing provides python3-Flask needed by grommunio-admin-api-1.17.33.0a2d18a-6.3.noarch from grommunio
- nothing provides python3-mattermostdriver needed by grommunio-admin-api-1.17.33.0a2d18a-6.3.noarch from grommunio
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
Ist EL10 bereit unterstützt?