Ubuntu: Difference between revisions
m fix typos |
cleanup ppa info |
||
| Line 27: | Line 27: | ||
== Sugar on Ubuntu 9.10 (karmic) == | == Sugar on Ubuntu 9.10 (karmic) == | ||
Before attaching ppa, load gpg key | Before attaching ppa, load gpg key | ||
gpg --keyserver keyserver.ubuntu.com --recv F265806A9BFFF0F4 | gpg --keyserver keyserver.ubuntu.com --recv F265806A9BFFF0F4 | ||
gpg --export --armor F265806A9BFFF0F4 | sudo apt-key add - | 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 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 | ||
| Line 77: | Line 70: | ||
== Sugar on Ubuntu 9.04 (jaunty) == | == Sugar 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]]. | Jaunty, the current Ubuntu release, has Sucrose 0.83 packages synced from [[Community/Distributions/Debian|Debian]]. | ||
| Line 90: | Line 93: | ||
Installation instructions: | Installation instructions: | ||
sudo apt-get install sugar sugar-activities | sudo apt-get install sugar sugar-activities | ||
--> | |||
== 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 = | = ejabberd collaboration server on Ubuntu = | ||