Kodi 17.6 failed install from software boutique / New Greeter

All,

Just upgraded to Ubuntu Mate 18.04 from 16.04. All seems to have gone well except 2 items.

  1. The greeter is still using the old greeter. It is not using the new greeter. Even though it is installed.

  2. I had Kodi installed. On the upgrade Kodi dissapeared I tried to reinstall via the Software Boutique and I get the below error. Any advice on what I need to do to fix.

The following packages have unmet dependencies:
kodi: Depends: kodi-bin (>= 2:17.6+dfsg1-1ubuntu1) but 2:17.6+git20171114.2125-final-0xenial is to be installed Depends: kodi-data (>= 2:17.6+dfsg1-1ubuntu1) but 2:17.6+dfsg1-1ubuntu1 is to be installed

Other than these 2 issues the upgrade was flawless. Love the upgrade. Any advice how to fix these 2 issues especially the Kodi issue.

Thanks

Alex

Try fixing the unmet and broken dependency issues:

sudo apt-get install -f
sudo dpkg --configure -a
sudo apt-get install -f

Then try to install kodi again:
sudo apt-get install kodi