deleted /usr/lib/kodi
#1
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
Reply
#2
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.
Reply
#3
with apt i cant restore it and it was an error deleted, but now i need to restore the directory Sad .

thanks
Reply
#4
apt-get install --reinstall -o Dpkg::Options::="--force-confmiss" kodi-bin
Reply
#5
sudo apt-get install kodi-bin --reinstall might be enough
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply

Logout Mark Read Team Forum Stats Members Help
deleted /usr/lib/kodi0