I don't know how it has occurred [member=2]Jerry[/member] will know this.
I have not installed any other Kodi versions, I used the Official supported one from Lite Software.
You will need to use Menu>System>Lite Software and uninstall Kodi recent attempt of 15.2 (if it is shown as installed) over 17.3
Then open the terminal and remove the repository -
remove ppa packages -
remove official packages -
remove kodi settings and folders (not files)
To do clean official 15.2 install then, as usual method for Lite Software (very streamlined/efficient) -
Menu>System>Lite Software
enter password when prompted
tick yes to check sources
selected Install Software>OK
tick Kodi
click Install button.
click Back to task Selector
click Quit
I have not installed any other Kodi versions, I used the Official supported one from Lite Software.
You will need to use Menu>System>Lite Software and uninstall Kodi recent attempt of 15.2 (if it is shown as installed) over 17.3
Then open the terminal and remove the repository -
Code:
sudo add-apt-repository --remove ppa:team-xbmc/ppa
remove ppa packages -
Code:
sudo ppa-purge ppa_team-xbmc
remove official packages -
Code:
sudo apt-get purge kodi*
remove kodi settings and folders (not files)
Code:
rm -r ~/.kodi/
To do clean official 15.2 install then, as usual method for Lite Software (very streamlined/efficient) -
Menu>System>Lite Software
enter password when prompted
tick yes to check sources
selected Install Software>OK
tick Kodi
click Install button.
click Back to task Selector
click Quit