0

I have to install Microsoft Intune on Ubuntu 24.04.2. I don't want to, but I have to. However:

    The following packages have unmet dependencies:
 intune-portal : Depends: libjavascriptcoregtk-4.0-18 but it is not installable
                 Depends: libwebkit2gtk-4.0-37 (>= 2.39.90) but it is not installable
E: Unable to correct problems, you have held broken packages.

I cannot remember how I resolved this last time I had to do it.

terdon
  • 104,119

1 Answers1

0

When In Doubt, Use Package Search

To see if a package is available, always start at the Packages Search Page.

  1. Search Result: libjavascriptcoregtk-4.0-18
  2. Search Result: libwebkit2gtk-4.0-37

Both of these have security in the result. The OP needs to verify that the Security Repository is enabled, along with the Microsoft APT repository noted in Step Three of the Install Document that Terdon Linked. If this isn't the issue please edit the question as suggested.

eyoung100
  • 975