Raspbian: Difference between revisions
No edit summary Tag: visualeditor |
No edit summary |
||
| Line 1: | Line 1: | ||
Raspbian is a version of [[Debian]] for the Raspberry Pi. | Raspbian is a version of [[Debian]] for the Raspberry Pi. | ||
== Using Sugar on Raspbian == | |||
There are no pre-built Raspbian images for Sugar. To use Sugar in Raspbian is a long and difficult process, but is similar to the process for [[Debian]]: | |||
* install Raspbian ''Wheezy'' in the usual way, | |||
* change <tt>/etc/apt/sources.list</tt> to use the ''Jessie'' testing release, | |||
sudo sed -i 's/wheezy/jessie/g' /etc/apt/sources.list | |||
* update the package lists, | |||
sudo apt update | |||
* apply the updates, | |||
sudo apt dist-upgrade | |||
* change <tt>/etc/apt/sources.list</tt> to use the ''Stretch'' testing release, | |||
sudo sed -i 's/jessie/stretch/g' /etc/apt/sources.list | |||
* update the package lists, | |||
sudo apt update | |||
* install Sugar, | |||
sudo apt install sucrose-0.104 | |||
* select Sugar for your session, | |||
echo sugar > .Xsession | |||
* reboot. | |||
== Turtle Art/Blocks == | == Turtle Art/Blocks == | ||