Forum
[TASK] Wiki FAQ - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Community (/forum-5.html)
+--- Forum: Feedback (/forum-12.html)
+---- Forum: The website (/forum-13.html)
+---- Thread: [TASK] Wiki FAQ (/thread-2768.html)



Wiki FAQ - IriDium - 21st Feb, 2015 04:42 AM

Please use this thread for any issues relating to the Wiki FAQ or the XBian FAQ

This can include omissions, errors, updates or additions.

If possible, if you have an idea for a FAQ to include, then add it to the Wiki FAQ rather than adding it here.


RE: Wiki FAQ - f1vefour - 21st Feb, 2015 05:23 AM

Can the FAQ use something similar to code tags? It currently looks terrible when apt-get...etc..etc is simple text.


RE: Wiki FAQ - rikardo1979 - 21st Feb, 2015 05:45 AM

(21st Feb, 2015 05:23 AM)f1vefour Wrote:  Can the FAQ use something similar to code tags? It currently looks terrible when apt-get...etc..etc is simple text.

hmm, by quick look only block quote can be used. looks better than without but its not ideal
look in "The APT repository at xbian.brantje.com seems to be unreachable" section


RE: Wiki FAQ - rikardo1979 - 21st Feb, 2015 06:02 AM

I have tried various options HTML options like <code> </code> but none seems to work except that <blockquote>


RE: Wiki FAQ - Creak - 8th Sep, 2015 06:06 AM

Isn't there a problem with the answer to the first question?
Quote:The APT repository at xbian.brantje.com seems to be unreachable

Is says this:
Quote:3. Then run these command:
Code:
apt-get update; apt-get install --reinstall lsb-release xbian-package-repo; apt-get update

The last command shouldn't be `apt-get upgrade` instead?


RE: Wiki FAQ - jbernardo - 13th Sep, 2015 05:22 PM

(8th Sep, 2015 06:06 AM)Creak Wrote:  Isn't there a problem with the answer to the first question?
Quote:The APT repository at xbian.brantje.com seems to be unreachable

Is says this:
Quote:3. Then run these command:
Code:
apt-get update; apt-get install --reinstall lsb-release xbian-package-repo; apt-get update

The last command shouldn't be `apt-get upgrade` instead?
You need to do the "update" part to get the updated repositories you installed with the package xbian-package-repo. Of course, you can run the "upgrade" after that.


RE: Wiki FAQ - Skywatch - 13th Sep, 2015 08:02 PM

Do not run apt-get upgrade on Xbian.

Use sudo xbian-config for upgrading.

apt-get update is OK though.