Skip to content
mk01 edited this page Dec 5, 2014 · 7 revisions

We are currently undergoing APT repositories changes.

Until updated /etc/apt/sources.list.d/xbian.list file is installed automatically by apt-get update and new version of package xbian-package-repo (v 1.0.4), users with old sources list (apt-get update reporting ERRORS) need to change the sources file manually.

To successfully point apt-get to the updated xbian-package-repo deb, remove existing content of /etc/apt/sources.list.d/xbian.list and add just this single line:

deb mirror://xbian.serveftp.net/mirror.txt stable main

Then proceed by running commands:

apt-get update && apt-get install xbian-package-repo=1.0.4

After apt-get finishes, repository sources file should be corrected, actual and allow you to access all the latest updates.

mk01