Kodi Community Forum
deleted /usr/lib/kodi - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: deleted /usr/lib/kodi (/showthread.php?tid=265734)



deleted /usr/lib/kodi - sunevil - 2016-03-24

hi,

trying to upgrade kodi version on linux mint, i did a apt-get remove kodi and i deleted /usr/lib/kodi directory.
now i do apt-get install kodi but when i try to start kodi:

/usr/bin/kodi: 156: /usr/bin/kodi: /usr/lib/kodi/kodi.bin: not found

how can i restore that directoryHuh


RE: deleted /usr/lib/kodi - Gothicawakening - 2016-03-24

See if apt-get can fix it:

sudo apt-get install -f

Otherwise uninstall and re-install with apt-get, you shouldn't really ever need to delete install folders by hand like that.


RE: deleted /usr/lib/kodi - sunevil - 2016-03-25

with apt i cant restore it and it was an error deleted, but now i need to restore the directory Sad .

thanks


RE: deleted /usr/lib/kodi - sunevil - 2016-03-26

apt-get install --reinstall -o Dpkg::Options::="--force-confmiss" kodi-bin


RE: deleted /usr/lib/kodi - fritsch - 2016-03-26

sudo apt-get install kodi-bin --reinstall might be enough