The IT department of my current employer requires to install intune-portal from Microsoft.
This intune-portal officially supports Ubuntu 24.04, 22.04, 20.04 and RHEL 8, 9.
I’m trying to install it according to Get the Microsoft Intune app for Linux | Microsoft Learn with several trivial adoptions. For example to install their repo I just downloaded https://packages.microsoft.com/config/rhel/9/prod.repo and copied it into /etc/yum.repos.d/ms-rhel9-prod.repo
.
When I try to install intune-portal it complains that it can’t find the java-11-openjdk
dependency. The java-11-openjdk
package was available up to the previous Fedora 41 but now it’s not officially available in Fedora 42 repos. Is it still available in some Copr or any other alternative repository?
$ sudo dnf install intune-portal
Updating and loading repositories:
Repositories loaded.
Failed to resolve the transaction:
Problem: conflicting requests
- package intune-portal-1.2311.1-1.el9.x86_64 from packages-microsoft-com-prod requires microsoft-identity-broker, but none of the providers can be installed
- package intune-portal-1.2312.10-3.el9.x86_64 from packages-microsoft-com-prod requires microsoft-identity-broker, but none of the providers can be installed
- package intune-portal-1.2401.19-3.el9.x86_64 from packages-microsoft-com-prod requires microsoft-identity-broker, but none of the providers can be installed
- package intune-portal-1.2405.9-1.el9.x86_64 from packages-microsoft-com-prod requires microsoft-identity-broker, but none of the providers can be installed
- package intune-portal-1.2405.17-1.el9.x86_64 from packages-microsoft-com-prod requires microsoft-identity-broker, but none of the providers can be installed
- package intune-portal-1.2411.12-1.el9.x86_64 from packages-microsoft-com-prod requires microsoft-identity-broker, but none of the providers can be installed
- package intune-portal-1.2503.10-1.el9.x86_64 from packages-microsoft-com-prod requires microsoft-identity-broker, but none of the providers can be installed
- nothing provides java-11-openjdk needed by microsoft-identity-broker-1.6.0-1.x86_64 from packages-microsoft-com-prod
- nothing provides java-11-openjdk needed by microsoft-identity-broker-1.7.0-1.x86_64 from packages-microsoft-com-prod
- nothing provides java-11-openjdk needed by microsoft-identity-broker-2.0.0-1.x86_64 from packages-microsoft-com-prod
- nothing provides java-11-openjdk needed by microsoft-identity-broker-2.0.1-1.x86_64 from packages-microsoft-com-prod
You can try to add to command line:
--skip-broken to skip uninstallable packages