Get sugar: Difference between revisions
No edit summary |
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" | ||
# The latest version of Sugar (0.110) can be installed by typing:<br><br> | |||
|[[File:Debian-small.jpg|link=Debian]] | <code>sudo apt install sucrose</code> | ||
| | |} | ||
|[[File:Debian-small.jpg|link=Debian]] | |||
===Debian GNU/Linux 9 "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, | |||
##<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> | |||
|} | |} | ||