Get sugar: Difference between revisions

Tony37 (talk | contribs)
No edit summary
Tony37 (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 64: Line 64:


=='''Installing Sugar on your computer's hard drive'''==
=='''Installing Sugar on your computer's hard drive'''==
The procedure to install Sugar is:
# Free some space on the computer's hard drive
## For Windows, shrink the size of the D: partition or, if no D: partition, the C: partition.
## For GNU/Linux, use gparted, select the partition, choose move/resize, and add space after the partition (the size of the partition will be reduced accordingly).
## Sugar was designed for systems with very limited storage capacity. To test Sugar a space of 10GB should be plenty. For daily use a larger space may be needed.
# Install GNU/Linux in that space
# Add the latest version of Sugar (0.110)
To use Sugar:
# Boot the computer choosing GNU/Linux
# Before entering the password, click on the 'desktop' icon. Choose Sugar.
# To quit
## switch to the Home View (key f4)
## right-click on the XO icon in the center of the screen
## click on log out or shutdown as appropriate
[[File:Ubuntu-small.jpg|link=Ubuntu]]
===Ubuntu 17.04 Zesty===


{| style="text-align: center"
{| style="text-align: center"
|[[File:Ubuntu-small.jpg|link=Ubuntu]]||[[Ubuntu]]||0.110||Ubuntu 17.04 Zesty
 
|-
# The latest version of Sugar (0.110) can be installed by typing:<br><br>
|[[File:Debian-small.jpg|link=Debian]]||[[Debian]]||0.110||Debian Stretch
<code>sudo apt install sucrose</code>
|-
|}
|[[File:Debian-small.jpg|link=Debian]]||[[Debian on rpi3]]||0.110||Debian jessie
 
|-
|[[File:Debian-small.jpg|link=Debian]]
|[[File:Ubuntu-small.jpg|link=Ubuntu_on_rpi3]]||[[Ubuntu on rpi3]]||0.110||Ubuntu 17.04<br> (sugar on rpi3)
===Debian GNU/Linux 9 "Stretch"===
|- style="height: 55px"
{|
|<span class="weblink">[[File:OLPCXO.png|middle|link=olpc:Releases]]</span>||<span class="weblink">[[OLPC:Releases|OLPC]]</span>||0.110||Prepared for XO laptops
# install Debian ''Jessie'' in the usual way, see [https://www.debian.org/ debian.org],
# change <tt>/etc/apt/sources.list</tt> to use the Debian ''Stretch'' testing release,
##<code>sudo sed -i 's/jessie/stretch/g' /etc/apt/sources.list</code>
##<code>sudo apt update</code>
##<code>sudo apt dist-upgrade</code>
# install Sugar,<br>
## type <code>sudo apt install sucrose</code>
|}
|}