<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Update Whiite to Debian 6.0</title>
<description> This originally was a post requesting for help, but since I figured it out, I&amp;#039;ll tell people how to do it who have the same problem.
Basically, when you get Whiite 1.10 on the internet, it won&amp;#039;t update or install new software. So this is what you have to do.

1) Update it from Lenny to Squeeze. It&amp;#039;s actually really easy to do.
Run this command:
nano /etc/apt/sources.list
Change where it says &quot;lenny&quot; on both lines to &quot;squeeze.&quot; 
Now simply run &quot;apt-get update&quot;.

2) If you get an error saying something like, &quot;NO PUB_KEY {INSERT KEY}&quot;, run these commands:

gpg --recv-keys AED4B06F473041FA
gpg --armor --export AED4B06F473041FA | apt-key add -
apt-get update

As you can see, I used &quot;AED4B06F473041FA&quot; for my Key. If the &quot;{INSERT KEY}&quot; part is different, replace AED4B06F473041FA with your Key.

3) If you still can&amp;#039;t update, run:

apt-get update -f

This should take a long time to fix everything. 

4) Once done, run apt-get update and it should successfully update!

Done! Now you can install new software, like &quot;apt-get install python&quot; should install Python.

5) I&amp;#039;m adding this step in because you may still run into an error after reboot. You get the error that says something like, &quot;nb root&amp;#039;s path should usually contain&quot; etc...

To fix this, run this command:

PATH=&quot;$PATH:/sbin:/usr/sbin:/bin:/usr/bin&quot;

You can also add the line to the &quot;profile&quot; file and it should run it on boot.</description><link>http://forum.wiibrew.org/read.php?29,71365,71365#msg-71365</link><lastBuildDate>Sat, 11 Jul 2026 04:22:44 +0200</lastBuildDate>
<generator>Phorum 5.2.23</generator>
<item>
<guid>http://forum.wiibrew.org/read.php?29,71365,71546#msg-71546</guid>
<title>Re: Update Whiite to Debian 6.0</title><link>http://forum.wiibrew.org/read.php?29,71365,71546#msg-71546</link><description><![CDATA[ I&#039;ve installed Whiite Linux and run it via the HomeBrew Channel, but can not install Linux applications. When I type apt-get update several error messages are displayed. On the Wii/Linux Use page it states: "THE DEFAULT REPOSITORIES ARE INCOMPLETE! apt-get will fail to download many dependencies. You must change add a mirror repository to /etc/apt/sources.list to have it work correctly."<br />Three questions:<br />1. Is your post the solution to this problem or could you point me to the solution?<br />2. After correcting the apt-get problem, what browser would you recommend to view video streams from internet servers (web pages such as Comedy Central). Would Chromium be a good choice for the Wii?<br />3. I have the following video issue as also stated on the Wii/Linux Use page: "If you cannot see the prompt (off the screen), you suffer from TV Overscan. Please launch the correct ELF for your video mode." Please point to where I can find the correct ELF file.<br /><br />Thank you,]]></description>
<dc:creator>wdogwood</dc:creator>
<category>Wii Linux</category><pubDate>Fri, 28 Sep 2012 04:21:36 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?29,71365,71365#msg-71365</guid>
<title>Update Whiite to Debian 6.0</title><link>http://forum.wiibrew.org/read.php?29,71365,71365#msg-71365</link><description><![CDATA[ This originally was a post requesting for help, but since I figured it out, I&#039;ll tell people how to do it who have the same problem.<br />Basically, when you get Whiite 1.10 on the internet, it won&#039;t update or install new software. So this is what you have to do.<br /><br />1) Update it from Lenny to Squeeze. It&#039;s actually really easy to do.<br />Run this command:<br /><pre class="bbcode">nano /etc/apt/sources.list</pre>
Change where it says "lenny" on both lines to "squeeze."<br />Now simply run "apt-get update".<br /><br />2) If you get an error saying something like, "NO PUB_KEY {INSERT KEY}", run these commands:<br /><br /><pre class="bbcode">gpg --recv-keys AED4B06F473041FA
gpg --armor --export AED4B06F473041FA | apt-key add -
apt-get update</pre><br />As you can see, I used "AED4B06F473041FA" for my Key. If the "{INSERT KEY}" part is different, replace AED4B06F473041FA with your Key.<br /><br />3) If you still can&#039;t update, run:<br /><br /><pre class="bbcode">apt-get update -f</pre><br />This should take a <i>long</i> time to fix everything.<br /><br />4) Once done, run apt-get update and it should successfully update!<br /><br />Done! Now you can install new software, like "apt-get install python" should install Python.<br /><br />5) I&#039;m adding this step in because you may still run into an error after reboot. You get the error that says something like, "nb root&#039;s path should usually contain" etc...<br /><br />To fix this, run this command:<br /><br /><pre class="bbcode">PATH="$PATH:/sbin:/usr/sbin:/bin:/usr/bin"</pre><br />You can also add the line to the "profile" file and it should run it on boot.]]></description>
<dc:creator>Khoraski</dc:creator>
<category>Wii Linux</category><pubDate>Mon, 03 Sep 2012 20:50:15 +0200</pubDate></item>
</channel>
</rss>