Installing Komplete in Wine to use with the AWESOME tool yabridge has a big pain point The .iso applications will not install because they do not mount correctly https://github.com/robbert-vdh/yabridge#known-issues-and-fixes The fix here is fine but there's one gotcha: The documentation says that you should take two steps to install the packages with wine: udisksctl loop-setup -f ~/Downloads/<filename>.iso # load the .iso file udisksctl mount -t udf -o unhide -b /dev/loopX # where /dev/loopX ...