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
| + | |
| + | |
| + | |
| + | Sugar 0.110 is in the archive for Ubuntu 17.04 Zesty, and can be installed by typing<br> |
| + | |
| + | <code>sudo apt install sucrose</code> |
| + | |} |
| + | |
| |- | | |- |
| |[[File:Debian-small.jpg|link=Debian]]||[[Debian]]||0.110||Debian Stretch | | |[[File:Debian-small.jpg|link=Debian]]||[[Debian]]||0.110||Debian Stretch |
| + | # 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, |
| + | sudo sed -i 's/jessie/stretch/g' /etc/apt/sources.list |
| + | # update the package lists, |
| + | sudo apt update |
| + | # upgrade all packages, |
| + | sudo apt dist-upgrade |
| + | # install Sugar, |
| + | sudo apt install sucrose |
| |- | | |- |
| |[[File:Debian-small.jpg|link=Debian]]||[[Debian on rpi3]]||0.110||Debian jessie | | |[[File:Debian-small.jpg|link=Debian]]||[[Debian on rpi3]]||0.110||Debian jessie |
| |- | | |- |
− | |[[File:Ubuntu-small.jpg|link=Ubuntu_on_rpi3]]||[[Ubuntu on rpi3]]||0.110||Ubuntu 17.04<br> (sugar on rpi3)
| + | * install Raspbian ''Jessie'' in the usual way, |
− | |- style="height: 55px"
| + | * change <tt>/etc/apt/sources.list</tt> to use the ''Stretch'' testing release, |
− | |<span class="weblink">[[File:OLPCXO.png|middle|link=olpc:Releases]]</span>||<span class="weblink">[[OLPC:Releases|OLPC]]</span>||0.110||Prepared for XO laptops
| + | sudo sed -i 's/jessie/stretch/g' /etc/apt/sources.list |
| + | * update the package lists, |
| + | sudo apt update |
| + | * upgrade all packages, |
| + | sudo apt dist-upgrade, |
| + | * install Sugar, |
| + | sudo apt install sucrose |
| |} | | |} |