Line 53: |
Line 53: |
| == Sugar-0.86 on Ubuntu 9.10 (karmic) == | | == Sugar-0.86 on Ubuntu 9.10 (karmic) == |
| | | |
− | Before attaching ppa, load gpg key
| + | To install: |
− | gpg --keyserver keyserver.ubuntu.com --recv F265806A9BFFF0F4
| |
− | gpg --export --armor F265806A9BFFF0F4 | sudo apt-key add -
| |
| | | |
− | Then attach PPA and install entirely Sugar Platform:
| + | sudo add-apt-repository ppa:alsroot/sugar-0.86 |
− | 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 update |
| sudo apt-get install sugar-platform | | 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) == | | == Sugar-0.86 on Ubuntu 9.04 (jaunty) == |