Changes

Jump to navigation Jump to search
6,522 bytes removed ,  01:35, 31 January 2018
no edit summary
Line 1: Line 1: −
{{TOCright}}
+
Moved to https://github.com/sugarlabs/sugar/blob/master/docs/ubuntu.md
[[Image:Ubuntu.jpg]]
  −
 
  −
= Sugar on Ubuntu =
  −
 
  −
'''As of December 2009, We started a total refactoring of how Sugar is packaged in Ubuntu.'''
  −
 
  −
'''Please See the Ubuntu Sugarteam wiki at https://wiki.ubuntu.com/SugarTeam for the latest information.'''
  −
 
  −
'''This seems to be new link:https://wiki.ubuntu.com/UbuntuSugarRemix'''
  −
 
  −
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 on Ubuntu 10.04 (lucid) ==
  −
recommended method to install 10.04 Lucid:
  −
Do new install of Ubuntu 9.10
  −
press Alt + F2 and then type "update-manager -d" (without quotes). It will show you that a newversion of Ubuntu is available.
  −
Click on Upgrade to upgrade your current Ubuntu 9.10
  −
 
  −
Lucid has Sugar 0.88, 0.86, and 0.84 packages synced from [[Community/Distributions/Debian|Debian]].
  −
 
  −
The current preferred method of running Sugar on Ubuntu is via Ubuntu Sugar Remix which can be downloaded at http://people.sugarlabs.org/dfarning
  −
 
  −
Packages can also be install via sudo
  −
sudo apt-get install sugar-0.88  <possibly depreciated>
  −
 
  −
You can also install Ubuntu Sugar remix on a computer running Ubuntu 10.04. from UbuntuSugarRemix wiki: [https://wiki.ubuntu.com/UbuntuSugarRemix]01/28/2010
  −
 
  −
  sudo add-apt-repository ppa:sugarteam/ppa
  −
  sudo apt-get upgrade
  −
  sudo apt-get install ubuntu-sugar-remix
  −
 
  −
=== Reporting Bugs ===
  −
 
  −
Please see https://wiki.ubuntu.com/SugarTeam/Report for information on reporting bugs.
  −
 
  −
'''This is likely to be reimplemented as Lucid hits Feature Freeze'''
  −
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-0.88 on Ubuntu 9.10 (karmic) ==
  −
 
  −
'''NOTE''' If 0.86 ppa was used before, you'll have to clean it up (unfortunately 0.86 ppa uses epoch versions and couldn't be used with 0.88 one):
  −
 
  −
sudo apt-get remove `dpkg-query -W -f '${package} ${maintainer}\n' | grep alsroot | awk '{print $1}'`
  −
sudo sed -i '/alsroot.sugar-0.86/d' /etc/apt/sources.list
  −
 
  −
To install:
  −
 
  −
sudo add-apt-repository ppa:alsroot/trisquel-edu-3.5
  −
sudo apt-get update
  −
sudo apt-get install sugar-platform
  −
 
  −
== Sugar-0.86 on Ubuntu 9.10 (karmic) ==
  −
 
  −
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/sugar-0.86/ubuntu karmic main >> /etc/apt/sources.list'
  −
sudo apt-get update
  −
sudo apt-get install sugar-platform
  −
 
  −
'''Note from lists'''
  −
 
  −
Message: 2 ****( this did not work) satellit 01/04/2010
  −
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:alsroot/sugar-0.86
  −
 
  −
Using the command above results in both importing the GPG key for a
  −
PPA and creates a file in /etc/apt/sources.list.d/ named
  −
"sugarteam-0.86-karmic.list" with all the proper magic in it.  The
  −
output of the command looks like this (line-wrapped for readability):
  −
 
  −
$ add-apt-repository ppa:alsroot/sugar-0.86
  −
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-0.86 on Ubuntu 9.04 (jaunty) ==
  −
 
  −
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-3/ubuntu jaunty main >> /etc/apt/sources.list'
  −
sudo apt-get update
  −
sudo apt-get install sugar-platform
  −
 
  −
<!--
  −
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.
  −
 
  −
:That work around doesn't work.--[[User:Dennis Daniels|Dennis Daniels]] 00:38, 7 August 2009 (UTC)
  −
 
  −
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)
  −
 
  −
*works for me on 9.04 using ppa [http://wiki.sugarlabs.org/go/Community/Distributions/Ubuntu#Using_sugar_PPAs] Oct 31 2009
  −
=== Installing ===
  −
 
  −
Installation instructions:
  −
sudo apt-get install sugar sugar-activities
  −
-->
  −
 
  −
== Sugar-0.84 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][https://wiki.ubuntu.com/UbuntuSugarRemix], 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]]
 

Navigation menu