Line 1: |
Line 1: |
| [[Image:Ubuntu.jpg]] | | [[Image:Ubuntu.jpg]] |
| + | |
| = Sugar on Ubuntu = | | = Sugar on Ubuntu = |
| | | |
− | The Sugar (Sucrose) packages for Ubuntu provide a Sugar environment that is easy to install and can be configured as an X session in gdm or run in a window with sugar-emulator. | + | The Sugar packages for Ubuntu provide a Sugar environment that is easy to install and can be configured as an X session in gdm or run in a window with sugar-emulator. |
| | | |
− | It is a much simpler platform to set up for activity developers, than jhbuild. | + | It is a much simpler platform to set up for activity developers than jhbuild, although is not bleeding-edge. |
| | | |
| Sugar on Ubuntu is packaged and maintained by the [https://wiki.ubuntu.com/SugarTeam Ubuntu Sugar team], who welcome new contributors to test, document, triage, and make packages. | | Sugar on Ubuntu is packaged and maintained by the [https://wiki.ubuntu.com/SugarTeam Ubuntu Sugar team], who welcome new contributors to test, document, triage, and make packages. |
| + | |
| + | == Sugar on Ubuntu 8.10 (intrepid) == |
| + | |
| + | Intrepid, the current Ubuntu release, has Sucrose 0.82 packages synced from [[Community/Distributions/Debian|Debian]]. |
| + | |
| + | Installation instructions: |
| + | sudo apt-get install sugar sugar-activities |
| + | |
| + | Some activities could not be included due to missing dependencies - notably Read and Write. These will be published in the [https://launchpad.net/~sugarteam/+archive Sugar Team PPA] soon, which can be accessed via |
| + | sudo -s |
| + | echo deb http://ppa.launchpad.net/sugarteam/ubuntu intrepid main > /etc/apt/sources.list.d/sugar.list |
| + | apt-get update |
| + | apt-get install sugar sugar-emulator sugar-activities |
| | | |
| == Sugar on Ubuntu 8.04 LTS (hardy) == | | == Sugar on Ubuntu 8.04 LTS (hardy) == |
Line 27: |
Line 41: |
| | | |
| Installation instructions: | | Installation instructions: |
− | * sudo -s
| + | sudo -s |
− | * echo deb http://ppa.launchpad.net/sugarteam/ubuntu hardy main > /etc/apt/sources.list.d/sugar.list
| + | echo deb http://ppa.launchpad.net/sugarteam/ubuntu hardy main > /etc/apt/sources.list.d/sugar.list |
− | * apt-get update
| + | apt-get update |
− | * apt-get install sugar sugar-emulator sugar-activities
| + | apt-get install sugar sugar-emulator sugar-activities |
− | | |
− | == Sugar on Ubuntu 8.10 (intrepid) ==
| |
− | | |
− | Intrepid, the next Ubuntu release due out on 30 October 2008, has Sucrose 0.82 packages synced from [[Community/Distributions/Debian|Debian]].
| |
− | | |
− | Installation instructions:
| |
− | * sudo apt-get install sugar sugar-activities
| |
− | | |
− | Some activities could not be included due to missing dependencies - notably Read and Write. These will be published in the [https://launchpad.net/~sugarteam/+archive Sugar Team PPA] soon.
| |
| | | |
| = ejabberd on Ubuntu = | | = ejabberd on Ubuntu = |