Difference between revisions of "Downloads"

From Sugar Labs
Jump to navigation Jump to search
m (Install SoaS from a booted live CD - link to tutorial)
(Formatting)
 
(50 intermediate revisions by 8 users not shown)
Line 1: Line 1:
<noinclude>{{ Translations | [[Downloads|english]] &#124; [[Downloads/lang-es|español]] &#124; [[Downloads/lang-fr|français]] &#124; [[Downloads/lang-no|norsk]] }}__NOEDITSECTION__</noinclude>
+
me{{ Translations | [[Downloads|english]] &#124; [[Downloads/lang-es|español]] &#124; [[Downloads/lang-fr|français]] &#124; [[Downloads/lang-no|norsk]] }}__NOEDITSECTION__</noinclude>
{{:Downloads/Landing_page}}
 
__NOTOC__
 
  
<br/><br/>
 
 
==Are you new to Sugar?==
 
==Are you new to Sugar?==
 +
There are two Live Systems that run Sugar from a USB stick or bootable DVD:
 +
* '''[[Sugar on a Stick]]''' based on Fedora, runs on 64-bit PCs and OS/X Macintoshes, OLPC XO and Raspberry Pi, in English only
 +
* '''[[Trisquel On A Sugar Toast]]''', runs on 32- and 64-bit PCs and has more Activities and world language support
  
The quickest download is '''[[Sugar on a Stick]]''', (SoaS). [[Downloads#Sugar on a Stick installation instructions|Basic instructions]] are found below.
+
If you have a high-speed Internet connection, '''Fedora with the Sugar graphical learning environment''' may be installed to a hard disk or a a 4 GB USB stick with a [[Tutorials/Installation/Install with netinstall|'''Netinstall CD''']]
* Once you download, and then burn or load an SoaS .iso file, and boot it, the running Fedora-16 SoaS Live CD/USB may be used to install Sugar to a hard disk or to a 4 GB USB stick [[Sugar_Creation_Kit/sck/liveinst|with the '''{{Code|liveinst}} command''']].
 
:- You start with a SoaS LiveOS image, and then load an uncompressed version onto the hard disk or USB stick.
 
:- The Fedora-16-Live-SoaS.iso file is a 443 MB download.
 
* How to install Sugar on a Stick to a Hard Disk or USB-stick:[[Sugar_Creation_Kit/sck/liveinst|  '''Install SoaS from a booted live CD''']]
 
* If you have a high-speed Internet connection,<br>'''Fedora with the Sugar graphical learning environment''' may be installed to a hard disk or a a 4 GB USB stick [[Sugar_Creation_Kit/sck/netinstall|with a '''Netinstall CD''']].
 
:- Not a compressed LiveOS image like SoaS, but all of Sugar.
 
:- {{Highlight|bgcolor=#f9f6b7|''This requires a high-speed Internet connection for software component downloading during installation.''}}
 
 
----
 
== Sugar on a Stick installation instructions ==
 
=== MS Windows ===
 
 
 
{|
 
|-
 
|width="160px" valign="top"|[[File:Windows.gif|left|link=Sugar on a Stick/Windows]]
 
<br><br><br>
 
<span class="linkgroup">[[File:Download Mirabell.png|left|link=Sugar on a Stick/Downloads]]</span>
 
[[File:USB flash drive.jpg|left|156px|link=Sugar on a Stick/Downloads]]
 
|valign=top|
 
# '''Prepare''': [http://fedorahosted.org/liveusb-creator/#Download Download] the Fedora Live USB Creator from [http://fedorahosted.org/liveusb-creator/#Download FedoraHosted]<br><br>
 
# '''Download''' the latest [[Sugar on a Stick/Downloads | Sugar on a Stick]] .iso file. [http://download.sugarlabs.org/soas/releases/ (older versions)]<br><br>
 
# '''Load''': Insert a USB flash drive (or SD Card) with 2 GB or more of free space into your computer and launch Fedora Live USB Creator to create a Sugar-on-a-Stick bootable image.<br/>'''Note''': Be sure to set the ''persistent storage'' slider to a non-zero value.<br><br>
 
# '''Boot''': Insert the USB stick into a USB port on your computer. Set the option to "boot from USB" in your computer's <abbr title="Basic Input/Output System">BIOS</abbr> setup, and then start up the computer.
 
|}
 
 
 
Detailed [[Sugar on a Stick/Windows|installation instructions for Windows]] and [[Sugar on a Stick/Boot|booting instructions]] are available. There is also a [[Getting Started/Explore|guide to exploring Sugar]].
 
----
 
=== GNU/Linux ===
 
{|
 
|-
 
|width="160px"|<span class="linkgroup">[[File:Gnulinux.png|link=Sugar on a Stick/Linux]]
 
<br>
 
[[File:Download Mirabell.png|left|link=Sugar on a Stick/Downloads]] </span>
 
[[File:USB flash drive.jpg|156px|link=Sugar on a Stick/Downloads]]
 
|valign=top|
 
# '''Prepare''': Use this script http://bit.ly/livecd-iso-to-disk to create a bootable image.<br>(You may need to run {{Code|chmod +x tools_livecd-iso-to-disk.sh}} after you download the script to make it executable.) <br>You should have the isomd5sum package installed so that the script can verify the download.<br><br>
 
# '''Download''' the latest [[Sugar on a Stick/Downloads | Sugar on a Stick]] .iso file. [http://download.sugarlabs.org/soas/releases/ (older versions)]<br><br>
 
# '''Load''': Insert a USB stick of 2 GB or greater capacity. Execute, as the '''root''' user, in the directory where you downloaded the script, in <u>one</u> command with arguments, the following:
 
#:{{Code|./tools_livecd-iso-to-disk.sh --reset-mbr --overlay-size-mb 500 --home-size-mb 900 --delete-home --unencrypted-home '''/path/to/source'''.iso /dev/sd'''?'''1}}
 
#: where '{{Code|'''?'''}}' in the final parameter represents the target bootable device node, such as {{Code|sdb1}} or {{Code|sdc1}}, etc. and /path/to/source is the location and name of the .iso file. You can use the {{Code|blkid}} or {{Code|df}} command to get the device node name.<br><br>
 
# '''Boot''': Insert the USB stick into a USB port on your computer. Set the option to "boot from USB" in your computer's <abbr title="Basic Input/Output System">BIOS</abbr> setup, and then start up the computer.
 
#* You may create more Sugar Sticks on extra USB or SD devices from within a running ''Sugar on a Stick'' by running this command in the Terminal activity as root (doesn't work with alternative installation methods):
 
#*:{{Code|/LiveOS/livecd-iso-to-disk --reset-mbr --overlay-size-mb 300 --home-size-mb 175 --delete-home --unencrypted-home /dev/sr0 /dev/sd?1}}
 
|}
 
 
 
Detailed [[Sugar on a Stick/Linux|installation instructions for GNU/Linux]] and [[Sugar on a Stick/Boot|booting instructions]] are available. There is also a [[Getting Started/Explore|guide to exploring Sugar]].
 
GNU/Linux users may also want to install the [[#Do_you_use_GNU.2FLinux.3F|Sugar packages]] on their favorite distro, apart from Sugar on a Stick.
 
----
 
=== Apple Mac OS X ===
 
'''DRAFT''': These instructions are incomplete. Please help with testing and documentation. In the meantime, we recommend the '''[[#Virtual Machines on all platforms|Virtual Machines instructions]]''' below.
 
{|
 
|-
 
|width="160px" valign="top"|[[File:Apple.gif|link=Sugar_on_a_Stick/Mac]]
 
<br>
 
<span class="linkgroup">[[File:Download Mirabell.png|left|link=Sugar on a Stick/Downloads]]</span>
 
[[File:USB flash drive.jpg|156px|link=Sugar on a Stick/Downloads]]
 
|valign=top|
 
# '''Prepare''': These instructions are only for '''64-bit''' processor machines. (To identify the processor type, choose Apple menu > About This Mac. A small window will appear titled ''About This Mac''. The processor type is displayed in this window. Sugar on a Stick is for the Intel processor only.)<br><br>
 
# '''Download''' the latest [[Sugar on a Stick/Downloads | Sugar on a Stick]] .iso file. Be sure to download a '''64-bit''' image. [http://download.sugarlabs.org/soas/releases/ (older versions)]<br><br>
 
# '''Load''': <span style="background-color:#f9f6b7; padding: 10px; padding-left: 5px;">[[File:question.png|link=|middle]] '''Help: Does someone have a simple way to load a Live USB on a Mac?'''</span><br>Here is a simple way to recognize a bootable USB on a Mac.<br>Go to rEFIt (http://refit.sourceforge.net/) and make a bootable cd.  There is no need to install rEFIt on your mac.  In fact installing rEFIt may make it impossible to upgrade the Mac OS to a newer version later on (personal experience, I had to do a clean install).  Put the rEFIt CD in and hold the option key after turning the computer on.  The Mac will recognize the CD because it uses EFI and then the CD will recognize the bootable USB.<br>
 
#* [http://refit.sourceforge.net/doc/c1s5_burning.html How to Burn a rEFIt CD]
 
#: You can rename the .cdr file to .iso for use in GNU/Linux.
 
#* [[Sugar_Creation_Kit#Building_a_bootable_Mac_USB|Building and Booting a Live USB on a Mac]]<br><br>
 
# '''Boot''': Insert the USB stick into a USB port on your computer. '''Is this correct?''': During the startup sound, press and hold the '''c''' key. If the Apple logo appears, Sugar is not booting. Restart and try again.
 
#* the '''c''' key must be pressed during the startup sound and you must continue to hold it down.
 
#* you may release the '''c''' key once the Sugar logo appears.<br>
 
<br>
 
:* Have a MacBook? Consider these options:
 
::[[File:Usb1.png|50px]] [[Community/Distributions/Fedora-SoaS#MacBook Persistent SoaS v5 USB EFI Boot|'''MacBook Persistent SoaS v5 USB EFI Boot''']]
 
:: [[Community/Distributions/Fedora#Bootable_f15_gnome3_CD_on_MacBook_Pro| Bootable F15 Gnome3 CD on MacBook Pro]]
 
:: [[Talk:Downloads#Bootable_DVD_of_f14_for_MacBook_Air|Bootable DVD of F14 for MacBook Air]]
 
:: [[Talk:Downloads#Bootable_CD_of_Trisquel_4.5_for_MacBook_Air|Bootable CD of Trisquel 4.5 for MacBook Air]]
 
:: See other installation variations at [[Sugar Creation Kit]]
 
::[[File:Apple.gif|30px]] [[Sugar_Creation_Kit/sck/Burn_a_CD.iso_on_a_Mac|'''Burning a CD from an .iso file on a Mac''']]
 
:* Have an iBook or PowerPC Mac?
 
:: See [[Community/Distributions/Ubuntu/PPC]].
 
|}
 
 
 
Alternative [[Sugar on a Stick/Mac|installation instructions for Mac OS X]]. Also, [[Sugar_on_a_Stick/Blueberry#For_Mac_OS_X_Users|these older installation instructions]] and [[Sugar on a Stick/Boot|booting instructions]] may be consulted.<br>There is also a [[Getting Started/Explore|guide to exploring Sugar]].
 
----
 
===Advanced users===
 
==Do you have an OLPC XO?==
 
 
 
{|
 
|-
 
|width="174px"|[[File:OLPCXO.png|middle|link=olpc:Releases]]
 
|valign=top|
 
* '''Upgrade''' to the latest ''[[olpc:Releases]]'' from OLPC.
 
 
 
* '''Upgrade''' to ''[[Dextrose |Dextrose Sugar 0.88 with Fedora 11 and GNOME]]'' (requires a [[olpc:Activation_and_developer_keys|developer key]]).
 
 
 
* '''Experiment''' with [[Sugar_on_a_Stick/Installation/OLPC|Updating XOs]] to the latest ''Sugar on a Stick'' release.
 
|}
 
 
 
<br/><br/>
 
  
 
==Do you use GNU/Linux?==
 
==Do you use GNU/Linux?==
 +
{{:Supported distributions}}
  
{|
 
|-
 
|width="178px" valign="top"|Select your favorite distribution<br><br><span class="linkgroup">[[File:Gnulinux.png|link=Community/Distributions]]</span><br>[[Community/Distributions]]||
 
{|
 
|-
 
|[[Image:Fedora-small.jpg|link=Community/Distributions/Fedora]]<br/>[[Community/Distributions/Fedora|Fedora]]
 
|-
 
|[[Image:Debian-small.jpg|link=Community/Distributions/Debian]]<br/>[[Community/Distributions/Debian|Debian]]
 
|<span class="linkgroup">[[File:Trisquel_icon.png|link=Community/Distributions/Trisquel]]</span><br/>[[Community/Distributions/Trisquel|Trisquel]]
 
|align="center"|[[Image:Ubuntu-small.jpg|link=Community/Distributions/Ubuntu]]<br/>[[Community/Distributions/Ubuntu|Ubuntu]]
 
|align="center"|<span class="linkgroup">[[File:LMD-small.png|link=Community/Distributions/Linux_Mint_Debian]]</span><br/>[[Community/Distributions/Linux_Mint_Debian|Linux Mint Debian]]
 
|-
 
|align="center"|<span class="linkgroup">[[Image:Mandriva-small.png|link=Community/Distributions/Mandriva]]</span><br/>[[Community/Distributions/Mandriva|Mandriva]]
 
|align="center"|[[Image:Caixa_M%C3%A1gica-small.jpg|link=Community/Distributions/Magalhães]]<br/>[[Community/Distributions/Magalhães|Caixa Mágica]]
 
|-
 
|align="center"|[[Image:Suse-small.jpg|link=Community/Distributions/OpenSUSE]]<br/>[[Community/Distributions/OpenSUSE| openSUSE]]
 
|[[Image:Suse-small.jpg|link=http://en.opensuse.org/Sugar]]<br/>[http://en.opensuse.org/Sugar openSUSE]||
 
|-
 
|align="center"|[[Image:Arch-logo.png|link=http://wiki.archlinux.org/index.php/Sugar]]<br/> [http://wiki.archlinux.org/index.php/Sugar Archlinux]||
 
|-
 
|<span class="linkgroup">[[Image:Altlinux-small.png|link=Community/Distributions/ALTLinux]]</span><br/>[[Community/Distributions/ALTLinux|AltLinux]]
 
|-
 
|[[Platform_Team/Guide/Sweets Usage|Sweets]]
 
|To launch Sugar
 
|using the Sugar
 
|Package Management System
 
|}
 
|-
 
|width="180px" valign="top"|Or try a Live USB version of Sugar
 
|[[File:Soas-pineapple.svg|middle|200px|link=Sugar on a Stick/Pineapple]], Pineapple with Sugar 0.94.1 and Fedora 16 (Verne)<br/>or, for brave pioneers, [[Sugar_on_a_Stick/Beta | v7 beta with Sugar 0.95 and Fedora 17 (Beefy Miracle)]]<br/><span class="linkgroup">[[File:Trisquel_icon.png|link=Trisquel On A Sugar Toast]]</span> Trisquel on a Sugar Toast (Trisquel 3.0 ''Dwyn'')<br/>
 
|}
 
 
===Are you a developer?===
 
===Are you a developer?===
 
{|
 
{|
 
|-
 
|-
|width="174px" valign=top|[[File:Gear.png|link=Community/Distributions]]
+
|width="174px" valign=top|[[File:Gear.png|link=Development Team]]
|Learn how to get setup on the [[Supported systems]] page.
+
|Please see this [http://developer.sugarlabs.org/ developer documentation website] for the sugar-build development environment.
 +
 
  
 
Some additional references you may find useful:
 
Some additional references you may find useful:
* [[Platform_Team/Guide/Sweets Usage|Sweets]], to launch Sugar using the Sugar Package Management System
+
* See https://github.com/sugarlabs/,
* [[Development Team/Jhbuild | jhbuild]]
+
* [http://git.sugarlabs.org Gitorious source code repository],
* [http://git.sugarlabs.org Gitorious source code repository]
+
* The [[Supported systems]] page,
* [[Emulator image files|Virtual machine or emulator image files]]
+
* [[Platform_Team/Guide/Sweets Usage|Sweets]], to launch Sugar using the Sugar Package Management System,
* Adding Sugar to your [[Community/Distributions|favorite distro...]]
+
* [[Emulator image files|Virtual machine or emulator image files]],
 +
* Adding Sugar to your [[Sweets_Distribution/Supported_platforms|favorite distro...]]
 
|}
 
|}
  
 
<br/><br/>
 
<br/><br/>
 +
 
== Virtual Machines on all platforms ==
 
== Virtual Machines on all platforms ==
  
 
{|
 
{|
 
|-
 
|-
|width="160px"|[[File:VirtualBox.png|100px|left|link=Sugar Creation Kit/VirtualBox]]
+
|width="160px"|[[File:VirtualBox.png|100px|left|link=Sugar_on_a_Stick/Virtual_machines]]
 
|valign=top|
 
|valign=top|
 
===[[Sugar Creation Kit/VirtualBox|VirtualBox Appliances]] ===
 
===[[Sugar Creation Kit/VirtualBox|VirtualBox Appliances]] ===
Line 174: Line 52:
 
If you run into problems, you may want to consult the [[Talk:VirtualBox]] page for help.
 
If you run into problems, you may want to consult the [[Talk:VirtualBox]] page for help.
 
<br/><br/>
 
<br/><br/>
 
  
 
==Are you preparing a deployment without Internet access?==
 
==Are you preparing a deployment without Internet access?==
Line 183: Line 60:
 
|valign="top"|See [[Sugar Creation Kit]]
 
|valign="top"|See [[Sugar Creation Kit]]
 
|}
 
|}
 
<br/><br/>
 
  
 
==Are you looking for Sugar Activities?==
 
==Are you looking for Sugar Activities?==

Latest revision as of 21:46, 13 December 2020

me

english | español | français | norsk HowTo [ID# 103865] 


Are you new to Sugar?

There are two Live Systems that run Sugar from a USB stick or bootable DVD:

  • Sugar on a Stick based on Fedora, runs on 64-bit PCs and OS/X Macintoshes, OLPC XO and Raspberry Pi, in English only
  • Trisquel On A Sugar Toast, runs on 32- and 64-bit PCs and has more Activities and world language support

If you have a high-speed Internet connection, Fedora with the Sugar graphical learning environment may be installed to a hard disk or a a 4 GB USB stick with a Netinstall CD

Do you use GNU/Linux?

Sugar is supported by several GNU/Linux distributions. Sugar Labs does not support any specific distribution, but does focus development on Fedora and Debian, which helps SoaS and Ubuntu.

Logo Name Notes
Soas-avocado.svg Sugar on a Stick Live system of the Sugar Learning Environment
Fedora-small.jpg Fedora Fedora 34
Ubuntu-small.jpg Ubuntu Ubuntu 18.04 Bionic
Debian-small.jpg Debian Debian Stretch, see also Live Build
Olpc logo.png OLPC OS 16.04 OLPC OS for OLPC NL3 laptops based on Ubuntu 16.04 Xenial
Olpc logo.png OLPC OS 13.x OLPC OS for OLPC XO laptops based on Fedora 18
Suse-small.jpg openSUSE Part of an Linux for Education (Li-f-e) series
Trisquel icon.png Trisquel Toast Based on Ubuntu
35px-Activity-write.png
Please note:
  • Development changes occur rapidly, and the text here lags the current state of systems development.
  • For the latest information on any development project, visit their work sites.

Are you a developer?

Gear.png Please see this developer documentation website for the sugar-build development environment.


Some additional references you may find useful:



Virtual Machines on all platforms

VirtualBox.png

VirtualBox Appliances


More Virtual Appliances


Sugar included in other GNU/Linux operating systems, and older versions.

Also includes some VMware Player Appliances

If you run into problems, you may want to consult the Talk:VirtualBox page for help.

Are you preparing a deployment without Internet access?

Sugar Creation Kit.png
See Sugar Creation Kit

Are you looking for Sugar Activities?

Visit the Sugar Activity Library <imagemap>

File:Sugarlabs_mainpage_02.png rect 14 14 38 47 Calculate rect 74 15 107 44 Chat rect 137 16 171 43 Implode rect 201 14 238 46 Distance rect 265 12 298 47 Etoys rect 11 79 41 108 Moon rect 74 78 106 110 Paint rect 140 78 170 109 Pippy rect 201 80 235 108 Read rect 266 82 298 107 Record rect 11 143 41 172 TamTam Synth Lab rect 75 146 105 169 Terminal rect 142 140 166 173 Turtle Blocks rect 201 144 235 171 WikiBrowse rect 269 142 299 173 Write default Sugar Activity Library desc none </imagemap>