(05-23-2017, 07:01 PM)mac-l1 Wrote: Hi sNaiL94,
What the script basically does is: 1) download all dedicated installable debian packages, then 2) remove any already installed kodi's and then 3) install all new kodi packages (downloaded at step 1)
From your log it seems that script is aborted during step 2). So you still have the old kodi with sw decoder/renderer installed.
So just try again and then continue the script when it asks to continue removing any installed kodi.
Hope this helps!
Cheers -- mac-l1
+ sudo apt-get purge --force-yes kodi kodi.bin xbmc
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'kodi-bin' for regex 'kodi.bin'
Package 'xbmc' is not installed, so not removed
The following packages were automatically installed and are no longer required:
fonts-noto-hinted fonts-noto-mono fonts-roboto-hinted kodi-data
libcrossguid0 libjs-iscroll libjs-jquery libldb1 libmariadbclient18
libmicrohttpd12 libpcrecpp0v5 libsmbclient libtalloc2 libtevent0
libtinyxml2.6.2v5 libwbclient0 mysql-common python-imaging python-pil
python-talloc samba-libs
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
kodi* kodi-bin*
0 upgraded, 0 newly installed, 2 to remove and 3 not upgraded.
After this operation, 14.0 MB disk space will be freed.
Do you want to continue? [Y/n] Abort.
linaro@linaro-alip:~$ Y
bash: Y: command not found
linaro@linaro-alip:~$
The script is aborted when "Y" ENTER n step 2.