Difference between revisions of "Talk:Sweets Distribution"
Jump to navigation
Jump to search
m (moved Talk:Community/Distributions/Sweets Distribution to Talk:Community/Distributions/Sweets: The page name contained a word that is also in the path to the page, which is redundant.) |
m |
||
Line 1: | Line 1: | ||
+ | Ubuntu and its derivates | ||
+ | Note: substitute :"/0.88/Ubuntu-10.04/" or "/0.88/Ubuntu-10.10/" in the command below for "/0.94/Ubuntu-11.04/" to install sugar 0.88 in those Ubuntu Versions. | ||
+ | |||
+ | Also edit the 2nd line for the release key: | ||
+ | |||
+ | * Ubuntu-10.04 or Trisquel-4.1: | ||
+ | |||
+ | sudo apt-add-repository 'deb http://download.sugarlabs.org/packages/SweetsDistribution:/0.88/Ubuntu-10.04/ ./' | ||
+ | wget -qO- http://download.sugarlabs.org/packages/SweetsDistribution:/0.88/Ubuntu-10.04/Release.key | sudo apt-key add - | ||
+ | |||
+ | * Ubuntu-10.10 or Trisquel-4.5: | ||
+ | |||
+ | sudo apt-add-repository 'deb http://download.sugarlabs.org/packages/SweetsDistribution:/0.88/Ubuntu-10.10/ ./' | ||
+ | wget -qO- http://download.sugarlabs.org/packages/SweetsDistribution:/0.88/Ubuntu-10.10/Release.key | sudo apt-key add - | ||
+ | |||
+ | Register a repository by importing its gpg key. For example, for the Ubuntu-11.04 repository, enter the following in a terminal: | ||
+ | |||
+ | * Ubuntu-11.04 or Trisquel-5.0: | ||
+ | |||
+ | sudo apt-add-repository 'deb http://download.sugarlabs.org/packages/SweetsDistribution:/0.94/Ubuntu-11.04/ ./' | ||
+ | wget -qO- http://download.sugarlabs.org/packages/SweetsDistribution:/0.94/Ubuntu-11.04/Release.key | sudo apt-key add - | ||
+ | |||
+ | Refresh information about repositories: | ||
+ | |||
+ | (Note: The following steps can also be done from synaptic package manager.) | ||
+ | |||
+ | sudo apt-get update | ||
+ | |||
+ | Install the full Sweets Distribution, i.e., Sugar Shell and Fructose activities: | ||
+ | |||
+ | sudo apt-get install sweets-distribution | ||
+ | |||
+ | Install only the Sugar Shell: | ||
+ | |||
+ | sudo apt-get install sweets-sugar |
Revision as of 02:45, 1 March 2012
Ubuntu and its derivates
Note: substitute :"/0.88/Ubuntu-10.04/" or "/0.88/Ubuntu-10.10/" in the command below for "/0.94/Ubuntu-11.04/" to install sugar 0.88 in those Ubuntu Versions.
Also edit the 2nd line for the release key:
* Ubuntu-10.04 or Trisquel-4.1:
sudo apt-add-repository 'deb http://download.sugarlabs.org/packages/SweetsDistribution:/0.88/Ubuntu-10.04/ ./' wget -qO- http://download.sugarlabs.org/packages/SweetsDistribution:/0.88/Ubuntu-10.04/Release.key | sudo apt-key add -
* Ubuntu-10.10 or Trisquel-4.5:
sudo apt-add-repository 'deb http://download.sugarlabs.org/packages/SweetsDistribution:/0.88/Ubuntu-10.10/ ./' wget -qO- http://download.sugarlabs.org/packages/SweetsDistribution:/0.88/Ubuntu-10.10/Release.key | sudo apt-key add -
Register a repository by importing its gpg key. For example, for the Ubuntu-11.04 repository, enter the following in a terminal:
* Ubuntu-11.04 or Trisquel-5.0:
sudo apt-add-repository 'deb http://download.sugarlabs.org/packages/SweetsDistribution:/0.94/Ubuntu-11.04/ ./' wget -qO- http://download.sugarlabs.org/packages/SweetsDistribution:/0.94/Ubuntu-11.04/Release.key | sudo apt-key add -
Refresh information about repositories:
(Note: The following steps can also be done from synaptic package manager.)
sudo apt-get update
Install the full Sweets Distribution, i.e., Sugar Shell and Fructose activities:
sudo apt-get install sweets-distribution
Install only the Sugar Shell:
sudo apt-get install sweets-sugar