Difference between revisions of "Ubuntu"

From Sugar Labs
Jump to navigation Jump to search
(cleanup ppa info)
(416 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{TOCright}}
+
<noinclude>[[Category:Supported systems]]</noinclude>
[[Image:Ubuntu.jpg]]
+
[[File:Ubuntu-small.jpg]]
  
= Sugar on Ubuntu =
+
:''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]
  
'''As of December 2009, We started a total refactoring of how Sugar is packaged in Ubuntu.'''
+
In relation to Sugar, Ubuntu is a downstream distribution project that can be used to run Sugar.
  
'''Please See the Ubuntu Sugarteam wiki at https://wiki.ubuntu.com/SugarTeam for the latest information.'''
+
==Ubuntu 18.04 Bionic==
  
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.
+
Sugar 0.112 will be in Ubuntu 18.04 Bionic.
  
== Sugar on Ubuntu 10.04 (lucid) ==
+
==Ubuntu 17.10 Artful==
  
Lucid has Sugar 0.88, 0.86, and 0.84 packages synced from [[Community/Distributions/Debian|Debian]].
+
Sugar 0.110 is in the archive for Ubuntu 17.10 Artful, and can be installed by typing
  
The current preferred method of running Sugar on Ubuntu is via Ubuntu Sugar Remix which can be downloaded at http://people.sugarlabs.org/dfarning
+
sudo apt install sucrose gir1.2-webkit-3.0
  
Packages can also be install via sudo
+
* log out,
sudo apt-get install sugar-0.88
+
* log in with the Sugar desktop selected.
  
=== Reporting Bugs ===
+
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].
  
Please see https://wiki.ubuntu.com/SugarTeam/Report for information on reporting bugs.
+
==Using Sugar inside another desktop environment on Ubuntu==
  
'''This is likely to be reimplemented as Lucid hits Feature Freeze'''
+
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.
The Ubuntu Sugar team will do their best to provide fixes for bugs, but it does take time to get an updated package uploaded through Ubuntu's [https://wiki.ubuntu.com/StableReleaseUpdates Stable Release Updates] process. Where possible we'll suggest a workaround, or provide a fix in the [https://launchpad.net/~sugarteam/+archive Sugar Team PPA] first.
 
  
== Sugar on Ubuntu 9.10 (karmic) ==
+
Install the Remote Desktop packages:
 +
sudo apt install xrdp rdesktop
  
Before attaching ppa, load gpg key
+
Create a user for Sugar and set a default desktop environment:
  gpg --keyserver keyserver.ubuntu.com --recv F265806A9BFFF0F4
+
  sudo adduser sugar
  gpg --export --armor F265806A9BFFF0F4 | sudo apt-key add -
+
  sudo su - sugar -c 'echo sugar >> .xsession'
  
Then attach PPA and install entirely Sugar Platform:
+
Start a session:
  sudo sh -c 'echo deb http://ppa.launchpad.net/alsroot/sugar-0.86/ubuntu karmic main >> /etc/apt/sources.list'
+
  rdesktop -g 1200x900 -u sugar -p sugar 0
sudo apt-get update
 
sudo apt-get install sugar-platform
 
  
===Note from lists===
+
==Ubuntu 17.04 Zesty==
  
Message: 2 ****( this did not work) satellit 01/04/2010
+
Sugar 0.110 is in the archive for Ubuntu 17.04 Zesty, and can be installed by typing
Date: Mon, 23 Nov 2009 15:02:19 -0500
 
From: Kevin Cole <dc.xxxxxx.com>
 
Subject: Re: [IAEP] 'apt-get install sugar-platform' available for
 
Ubuntu9.10.
 
Ubuntu (Karmic) now provides a nicer way to add repositories. Type the
 
following at a shell prompt:
 
  
  sudo add-apt-repository ppa:sugarteam/0.86
+
  sudo apt install sucrose
  
Using the command above results in both importing the GPG key for a
+
* log out,
PPA and creates a file in /etc/apt/sources.list.d/ named
+
* log in with the Sugar desktop selected.
"sugarteam-0.86-karmic.list" with all the proper magic in it. The
+
<!-- last tested with Ubuntu 17.04 Zesty daily live image dated 2017-03-21 plus updates on 30th March 2017 -->
output of the command looks like this (line-wrapped for readability):
 
  
$ add-apt-repository ppa:sugarteam/0.86
+
==Ubuntu 16.04 Xenial LTS==
Executing: gpg --ignore-time-conflict \
 
                      --no-options \
 
                      --no-default-keyring \
 
                      --secret-keyring /etc/apt/secring.gpg \
 
                      --trustdb-name /etc/apt/trustdb.gpg \
 
                      --keyring /etc/apt/trusted.gpg \
 
                      --keyserver keyserver.ubuntu.com \
 
                      --recv 74F3C222CB79383175656A6986ABE8AE363C5DAC
 
gpg: requesting key 363C5DAC from hkp server keyserver.ubuntu.com
 
gpg: key 363C5DAC: public key "Launchpad PPA for Sugar Team" imported
 
gpg: Total number processed: 1
 
gpg:              imported: 1  (RSA: 1)
 
  
== Sugar on Ubuntu 9.04 (jaunty) ==
+
Sugar 0.106 is in the archive for Ubuntu 16.04 Xenial, and can be installed by typing
  
Before attaching ppa, load gpg key
+
sudo apt install sucrose
gpg --keyserver keyserver.ubuntu.com --recv F265806A9BFFF0F4
+
<!-- last tested with Ubuntu 16.04.1 Xenial) -->
gpg --export --armor F265806A9BFFF0F4 | sudo apt-key add -
 
  
Then attach PPA and install entirely Sugar Platform:
+
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.
sudo sh -c 'echo deb http://ppa.launchpad.net/alsroot/trisquel-edu-3/ubuntu jaunty main >> /etc/apt/sources.list'
 
sudo apt-get update
 
sudo apt-get install sugar-platform
 
  
<!--
+
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.
Jaunty, the current Ubuntu release, has Sucrose 0.83 packages synced from [[Community/Distributions/Debian|Debian]].
 
  
Sugar does not work out-of-the-box under Jaunty as of 2009-07-01, although there is a workaround. See the [[Talk:Community/Distributions/Ubuntu|discussion here]] for more information.
+
==OLPC Ubuntu Sugar 16.04 Xenial LTS ==
  
:That work around doesn't work.--[[User:Dennis Daniels|Dennis Daniels]] 00:38, 7 August 2009 (UTC)
+
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.
  
0.84 Works for me from  https://launchpad.net/~alsroot/+archive/ppa package name is sugar-platform --[[User:Satyaakam]] 22:00,12 August 2009 (IST)
+
==See also==
 +
* [https://wiki.debian.org/Derivatives/Census/OLPC Debian Derivatives Census - OLPC]
  
*works for me on 9.04 using ppa [http://wiki.sugarlabs.org/go/Community/Distributions/Ubuntu#Using_sugar_PPAs] Oct 31 2009
+
==Previous releases==
=== Installing ===
+
See [[Ubuntu/Previous]] for how to install older versions of Sugar on older releases of Ubuntu.
  
Installation instructions:
+
==Subpages==
sudo apt-get install sugar sugar-activities
+
{{Special:PrefixIndex/{{PAGENAME}}/}}
-->
 
 
 
== Sugar on Ubuntu 8.04 (hardy) ==
 
 
 
Before attaching ppa, load gpg key
 
gpg --keyserver keyserver.ubuntu.com --recv F265806A9BFFF0F4
 
gpg --export --armor F265806A9BFFF0F4 | sudo apt-key add -
 
 
 
Then attach PPA and install entirely Sugar Platform:
 
sudo sh -c 'echo deb http://ppa.launchpad.net/alsroot/trisquel-edu/ubuntu hardy main >> /etc/apt/sources.list'
 
sudo apt-get update
 
sudo apt-get install sugar-platform
 
 
 
= ejabberd collaboration server on Ubuntu =
 
 
 
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
 
 
 
For Ubuntu 8.04 you need to build from source: http://wiki.laptop.org/go/Installing_ejabberd
 
 
 
= Sugar Team =
 
 
 
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.
 
 
 
[https://bugs.launchpad.net/ubuntu/+source/sugar-0.88 Sugar bug reporting Ubuntu].
 
 
 
[[Category:Supported systems]]
 

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