Sweets Distribution: Difference between revisions
/ does not always mean or, please use or |
simplify and reorder |
||
| Line 45: | Line 45: | ||
=== Ubuntu and its derivates === | === Ubuntu and its derivates === | ||
Add a software source and import the key. Choose one of the following: | |||
*Sugar 0.94 with Ubuntu-11.04 or Trisquel-5.0: | |||
SV=0.94 | |||
UV=11.04 | |||
SD=http://download.sugarlabs.org/packages/SweetsDistribution: | |||
sudo apt-add-repository "deb $SD/$SV/Ubuntu-$UV/ ./' | |||
wget -qO- $SD/$SV/Ubuntu-$UV/Release.key | sudo apt-key add - | |||
*Sugar 0.88 with Ubuntu-10.10 or Trisquel-4.5: | |||
SV=0.88 | |||
UV=10.10 | |||
SD=http://download.sugarlabs.org/packages/SweetsDistribution: | |||
sudo apt-add-repository "deb $SD/$SV/Ubuntu-$UV/ ./' | |||
wget -qO- $SD/$SV/Ubuntu-$UV/Release.key | sudo apt-key add - | |||
*Sugar 0.88 with Ubuntu-10.04 or Trisquel-4.1: | |||
SV=0.88 | |||
UV=10.04 | |||
SD=http://download.sugarlabs.org/packages/SweetsDistribution: | |||
sudo apt-add-repository "deb $SD/$SV/Ubuntu-$UV/ ./' | |||
wget -qO- $SD/$SV/Ubuntu-$UV/Release.key | sudo apt-key add - | |||
Or check http://download.sugarlabs.org/packages/SweetsDistribution: for other combinations. | |||
Refresh | Refresh the package list: | ||
:(Note: The following steps can also be done from synaptic package manager.) | :(Note: The following steps can also be done from synaptic package manager.) | ||
| Line 70: | Line 78: | ||
sudo apt-get install sweets-distribution | sudo apt-get install sweets-distribution | ||
Or, install only the Sugar Shell: | |||
sudo apt-get install sweets-sugar | sudo apt-get install sweets-sugar | ||