Difference between revisions of "Get sugar"

From Sugar Labs
Jump to navigation Jump to search
 
Line 88: Line 88:
 
{| style="text-align: center"
 
{| style="text-align: center"
  
 
+
# The latest version of Sugar (0.110) can be installed by typing:<br><br>
 
+
<code>sudo apt install sucrose</code>
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]]
|[[File:Debian-small.jpg|link=Debian]]||[[Debian]]||0.110||Debian Stretch
+
===Debian GNU/Linux 9 "Stretch"===
 +
{|
 
# install Debian ''Jessie'' in the usual way, see [https://www.debian.org/ debian.org],
 
# 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,
 
# 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
+
##<code>sudo sed -i 's/jessie/stretch/g' /etc/apt/sources.list</code>
# update the package lists,
+
##<code>sudo apt update</code>
sudo apt update
+
##<code>sudo apt dist-upgrade</code>
# upgrade all packages,
+
# install Sugar,<br>
sudo apt dist-upgrade
+
## type <code>sudo apt install sucrose</code>
# install Sugar,
 
sudo apt install sucrose
 
|-
 
|[[File:Debian-small.jpg|link=Debian]]||[[Debian on rpi3]]||0.110||Debian jessie
 
|-
 
* install Raspbian ''Jessie'' in the usual way,
 
* 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
 
* upgrade all packages,
 
sudo apt dist-upgrade,
 
* install Sugar,
 
sudo apt install sucrose
 
 
|}
 
|}

Latest revision as of 00:55, 26 April 2017


There are two ways to use Sugar on your own computer. SOAS (Sugar on a Stick) is a USB flash drive with Sugar which can be booted on your computer but does not change anything on your hard drive. The second way is to free some space on your hard drive and install a distribution of GNU/Linux which supports Sugar. The method allows you to choose your normal operating system or GNU/Linux with Sugar during boot.

Sugar on a Stick

MS Windows

Windows.gif




USB flash drive.jpg
  1. Download the latest Sugar on a Stick .iso file.

  2. Load: Insert a USB flash drive (or SD Card) with 2 GB or more of free space into your computer and launch Rufus to create a Sugar-on-a-Stick bootable image.
  3. Boot: Insert the USB stick into a USB port on your computer. Set the option to "boot from USB" in your computer's BIOS setup, and then start up the computer.

GNU/Linux


Gnulinux.png


Download Mirabell.png

USB flash drive.jpg

  1. Download the latest Sugar on a Stick .iso file.

  2. Load:
    Here is a simple way to create a SOAS usb flash drive.
    1. Open a shell (command line interpreter)
    2. Type df -Th. This shows all of the mounted partitions (on your computer's hard drive.)
    3. Insert a USB flash drive (or SD Card) with 2 GB or more of free space into your computer
    4. After a few moment type df -Th again. You should see an added line for your USB drive. Check the size of the drive (e.g. 3.7GB for a 4GB drive) and its type: vfat to confirm this line refers to your usb flash drive. The first field on this line, e.g. /dev/sdb1, identifies the partition. For dd command, you will use /dev/sdb [this field without the partition number].
    5. type cd ~/Downloads. Then type ls Fedora*.iso Assuming you downloaded to the Downloads folder, this will show the SOAS iso.
    6. Type sudo dd if=Fedora-SoaS-Live-x86_64-25-1.3.iso of=/dev/sdb bs=1M with the correct if (input file) and of (output device). The dd command erases the 'of' device so make sure it doesn't say /dev/sda which would erase your computer's hard drive!!! Also make sure you have saved any valuable information on the usb flash drive.
  3. Boot: Insert the USB stick into a bootable USB port on your computer. Set the option to "boot from USB" in your computer's BIOS setup, and then start up the computer.

Apple Mac OS X

Apple.gif


Download Mirabell.png

USB flash drive.jpg

  1. Download the latest Sugar on a Stick .iso file.

  2. Load:
    Here is a simple way to load a bootable USB on a Mac.
    1. Enter the Terminal: /Applications/Utilities/Terminal.
    2. Type diskutil list. You should see all the disk drives you have inserted into your computer.
    3. Insert the disk drive to which you want to write Sugar on a Stick.
    4. Type diskutil list again. You should see that your USB drive has been added to the list. If not, wait a while and repeat.
    5. Type hdiutil convert -format UDRW -o <Sugar on a Stick image file>.img <Sugar on a Stick image file> to convert the image into a bootable format.
    6. Type sudo diskutil unmountDisk <device name> to unmount the disk (it will not be ejected).
    7. Type sudo dd if=<Sugar on a Stick image file>.img.dmg of=<device name> bs=1m. sudo will ask for your password, and then dd will start writing the disk file.
    8. When dd finishes writing the disk file, type sudo diskutil eject <device name>.
  3. Boot: Insert the USB stick into a USB port on your computer, then reboot and press and hold the Option key while rebooting. You should see a list of all the EFI-recognizable USB drives that can be bootstrapped. If Sugar on a Stick is not one such drive, it cannot be bootstrapped: you need rEFInd (a fork of rEFIt).


Note

SOAS sticks created with Windows or GNU/Linux can be booted on PC computers. SOAS sticks created using an Apple computer can be booted on an Apple computer.

Installing Sugar on your computer's hard drive

The procedure to install Sugar is:

  1. Free some space on the computer's hard drive
    1. For Windows, shrink the size of the D: partition or, if no D: partition, the C: partition.
    2. 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).
    3. 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.
  2. Install GNU/Linux in that space
  3. Add the latest version of Sugar (0.110)

To use Sugar:

  1. Boot the computer choosing GNU/Linux
  2. Before entering the password, click on the 'desktop' icon. Choose Sugar.
  3. To quit
    1. switch to the Home View (key f4)
    2. right-click on the XO icon in the center of the screen
    3. click on log out or shutdown as appropriate

Ubuntu-small.jpg

Ubuntu 17.04 Zesty

  1. The latest version of Sugar (0.110) can be installed by typing:

sudo apt install sucrose

|Debian-small.jpg

Debian GNU/Linux 9 "Stretch"

  1. install Debian Jessie in the usual way, see debian.org,
  2. change /etc/apt/sources.list to use the Debian Stretch testing release,
    1. sudo sed -i 's/jessie/stretch/g' /etc/apt/sources.list
    2. sudo apt update
    3. sudo apt dist-upgrade
  3. install Sugar,
    1. type sudo apt install sucrose