Difference between revisions of "Ubuntu"

From Sugar Labs
Jump to navigation Jump to search
(move glyph)
(468 intermediate revisions by 20 users not shown)
Line 1: Line 1:
= Sugar on Ubuntu =
+
<noinclude>[[Category:Supported systems]]</noinclude>
 +
[[File:Ubuntu-small.jpg]]
  
[[Image:Ubuntu.jpg|right]]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.
+
:''Ubuntu is a [[Debian]]-based Linux operating system, with Unity as its default desktop environment.'' -- [http://en.wikipedia.org/wiki/Ubuntu_%28operating_system%29 wikipedia.org]
  
It is a much simpler platform to set up for activity developers than jhbuild, although is not bleeding-edge.
+
In relation to Sugar, Ubuntu is a downstream distribution project that can be used to run Sugar.
  
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.
+
==Ubuntu 18.04 Bionic==
__TOC__
 
== Sugar on Ubuntu 8.10 (intrepid) ==
 
  
Intrepid, the current Ubuntu release, has Sucrose 0.82 packages synced from [[Community/Distributions/Debian|Debian]].
+
Sugar 0.112 will be in Ubuntu 18.04 Bionic.
  
Installation instructions:
+
==Ubuntu 17.10 Artful==
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
+
Sugar 0.110 is in the archive for Ubuntu 17.10 Artful, and can be installed by typing
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) ==
+
sudo apt install sucrose gir1.2-webkit-3.0
  
=== Sugar 0.79.0 ===
+
* log out,
 +
* log in with the Sugar desktop selected.
  
'''Old, but included in Hardy'''
+
Installing the package gir1.2-webkit-3.0 is a workaround for [https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=877812 Debian bug #877812].
  
Sugar was packaged in Universe for Hardy (Ubuntu 8.04) by Jani Monoses. The version packaged is 0.79.0, similar to the version in OLPC Release 8.1.0.
+
==Using Sugar inside another desktop environment on Ubuntu==
  
[http://janimo.blogspot.com/2008/02/sugar-finally-in-hardy-universe.html Installation instructions]
+
Sugar is a desktop environment. For developers who use Ubuntu Unity, Gnome or another desktop environment, Sugar can be run inside that environment as a window.
  
There are extra packages in a [https://launchpad.net/~sugar/+archive/ PPA], including activities that could not be included in the Ubuntu archive due to license issues, as well as updated abiword packages.
+
Install the Remote Desktop packages:
 +
sudo apt install xrdp rdesktop
  
=== Sucrose 0.82 ===
+
Create a user for Sugar and set a default desktop environment:
 +
sudo adduser sugar
 +
sudo su - sugar -c 'echo sugar >> .xsession'
  
'''Up-to-date version'''
+
Start a session:
 +
rdesktop -g 1200x900 -u sugar -p sugar 0
  
The Ubuntu packages were updated to the latest [[DevelopmentTeam/Release/Releases/Sucrose/0.82|0.82]] point release in the [https://launchpad.net/~sugarteam/+archive Sugar Team PPA].
+
==Ubuntu 17.04 Zesty==
  
Installation instructions:
+
Sugar 0.110 is in the archive for Ubuntu 17.04 Zesty, and can be installed by typing
sudo -s
 
echo deb http://ppa.launchpad.net/sugarteam/ubuntu hardy main > /etc/apt/sources.list.d/sugar.list
 
apt-get update
 
apt-get install sugar sugar-emulator sugar-activities
 
  
= ejabberd on Ubuntu =
+
sudo apt install sucrose
  
We use ejabberd for a collaboration server. Ubuntu 8.10 ships with the required patches included in ejabberd, so you can install ejabberd, configure it and have working collaboration within minutes, using these installation instructions: http://wiki.laptop.org/go/Installing_ejabberd/deb
+
* log out,
 +
* log in with the Sugar desktop selected.
 +
<!-- last tested with Ubuntu 17.04 Zesty daily live image dated 2017-03-21 plus updates on 30th March 2017 -->
  
For Ubuntu 8.04 you need to build from source: http://wiki.laptop.org/go/Installing_ejabberd
+
==Ubuntu 16.04 Xenial LTS==
  
[[Category:Supported systems]]
+
Sugar 0.106 is in the archive for Ubuntu 16.04 Xenial, and can be installed by typing
 +
 
 +
sudo apt install sucrose
 +
<!-- last tested with Ubuntu 16.04.1 Xenial) -->
 +
 
 +
Sugar 0.112 can be installed by careful addition of the Ubuntu 18.04 Bionic packages; temporarily change sources.list, update, and install the Sugar packages again, then restore sources.list.
 +
 
 +
Organisations that require Ubuntu 16.04 support for Sugar may consider getting involved in the Ubuntu [https://wiki.ubuntu.com/StableReleaseUpdates Stable Release Updates] process.
 +
 
 +
==OLPC Ubuntu Sugar 16.04 Xenial LTS ==
 +
 
 +
One Laptop per Child has been curating Sugar 0.112 and Activities on the Ubuntu 16.04 Xenial operating system.  This build has entered production, and can be acquired through private negotiation or by ordering laptops from OLPC.
 +
 
 +
==See also==
 +
* [https://wiki.debian.org/Derivatives/Census/OLPC Debian Derivatives Census - OLPC]
 +
 
 +
==Previous releases==
 +
See [[Ubuntu/Previous]] for how to install older versions of Sugar on older releases of Ubuntu.
 +
 
 +
==Subpages==
 +
{{Special:PrefixIndex/{{PAGENAME}}/}}

Revision as of 20:34, 17 January 2018

Ubuntu-small.jpg

Ubuntu is a Debian-based Linux operating system, with Unity as its default desktop environment. -- wikipedia.org

In relation to Sugar, Ubuntu is a downstream distribution project that can be used to run Sugar.

Ubuntu 18.04 Bionic

Sugar 0.112 will be in Ubuntu 18.04 Bionic.

Ubuntu 17.10 Artful

Sugar 0.110 is in the archive for Ubuntu 17.10 Artful, and can be installed by typing

sudo apt install sucrose gir1.2-webkit-3.0
  • log out,
  • log in with the Sugar desktop selected.

Installing the package gir1.2-webkit-3.0 is a workaround for Debian bug #877812.

Using Sugar inside another desktop environment on Ubuntu

Sugar is a desktop environment. For developers who use Ubuntu Unity, Gnome or another desktop environment, Sugar can be run inside that environment as a window.

Install the Remote Desktop packages:

sudo apt install xrdp rdesktop

Create a user for Sugar and set a default desktop environment:

sudo adduser sugar
sudo su - sugar -c 'echo sugar >> .xsession'

Start a session:

rdesktop -g 1200x900 -u sugar -p sugar 0

Ubuntu 17.04 Zesty

Sugar 0.110 is in the archive for Ubuntu 17.04 Zesty, and can be installed by typing

sudo apt install sucrose
  • log out,
  • log in with the Sugar desktop selected.

Ubuntu 16.04 Xenial LTS

Sugar 0.106 is in the archive for Ubuntu 16.04 Xenial, and can be installed by typing

sudo apt install sucrose

Sugar 0.112 can be installed by careful addition of the Ubuntu 18.04 Bionic packages; temporarily change sources.list, update, and install the Sugar packages again, then restore sources.list.

Organisations that require Ubuntu 16.04 support for Sugar may consider getting involved in the Ubuntu Stable Release Updates process.

OLPC Ubuntu Sugar 16.04 Xenial LTS

One Laptop per Child has been curating Sugar 0.112 and Activities on the Ubuntu 16.04 Xenial operating system. This build has entered production, and can be acquired through private negotiation or by ordering laptops from OLPC.

See also

Previous releases

See Ubuntu/Previous for how to install older versions of Sugar on older releases of Ubuntu.

Subpages