Download Package not installing - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Software (/forum-6.html) +--- Forum: Additional Packages (/forum-22.html) +--- Thread: Download Package not installing (/thread-2182.html) |
Download Package not installing - naverave - 16th Mar, 2014 04:22 PM Hey guys, I recently installed a fresh copy of xbian and was trying to install the 'download' package but its not working for me. I tried it through xbmc settings interface, xbian-config interface and on command line. Each time I get the same error which can been seen in the bottom half of the code. Code: root@xbian:/home/xbian# sudo apt-get install -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" xbian-package-download Please help RE: Download Package not installing - mk01 - 16th Mar, 2014 06:08 PM try Code: apt-get clean continue as intended RE: Download Package not installing - naverave - 16th Mar, 2014 07:48 PM (16th Mar, 2014 06:08 PM)mk01 Wrote: try Thank you mk01. apt-get clean did the trick RE: Download Package not installing - mk01 - 16th Mar, 2014 07:56 PM As I realised that there are two different .deb files on the repo providing the same package and version. So what was happening your apt-get downloaded the second one but compared checksum to first one. I also found some other posts with this issue and clearly all have been caused by this obvious (stupid) issue on apt. (that's why for some users who downloaded the deb and installed from local file it worked) ((your are welcome and enjoy)) |