Welcome to the Sugar for Raspbian site. Here you will find all you need to get started with Sugar for Raspbian.
Raspbian is a derivative of Debian for the Raspberry Pi.
In relation to Sugar, Raspbian is a downstream distribution project that can be used to run Sugar.
To use Sugar in Raspbian is almost the same as using it in Debian:
sudo sed -i 's/jessie/stretch/g' /etc/apt/sources.list |
---|
sudo apt update |
---|
sudo apt dist-upgrade, |
---|
sudo apt install sucrose |
---|
There are no pre-built images for Raspbian with Sugar.
Report issues to https://github.com/sugarlabs/rpi23-gen-image
Debian packaging of Sugar Activities adds them to the Education menu, so they can be used from desktops other than Sugar.
You have a Raspberry Pi but you've run out of keyboards, mice, and HDMI displays. Use the 'net.
sudo apt install xrdp adduser guest echo sugar >> /home/guest/.xsession |
---|
rdesktop -g 1200x900 -u guest -p guest IP |
---|
See Connecting to a remote desktop on the Raspberry Pi.
sudo apt-get install sugar-turtleart-activity |
---|
Turtle art will be added to the Education section of the apps menu.
git clone https://github.com/sugarlabs/activity-turtleart-gtk2.git turtleart cd turtleart |
---|
python turtleblocks.py |
---|
NOTE: you may encounter an error related to the summary field in the activity.info. If so, open the activity/activity.info file and move the summary field from the bottom of the file, to being the line below the title field
Sugarizer is a HTML5 version of Sugar. It has a basic journal and full web activity support.
epiphany server.sugarizer.org |
---|
(Note: there are a few issues with the browser icons... but sugarizer works well)
Alternatively, you can download the Sugarizer client zip and have it locally on your pi.