Sweets Distribution: Difference between revisions

tested sweets distribution on 11.10
Line 48: Line 48:


=== Ubuntu and its derivates ===
=== Ubuntu and its derivates ===
Add a software source and import the key.  Choose one of the following:
Add a software source, import the key, update the package list, and install the package ''sweets-distribution''.  Choose one of the following [[compound commands]], and cut and paste it into a terminal:


*Sugar 0.94 with Ubuntu-11.10:
*Sugar 0.94 with Ubuntu-11.10:
Line 55: Line 55:
   SD=http://download.sugarlabs.org/packages/SweetsDistribution:
   SD=http://download.sugarlabs.org/packages/SweetsDistribution:
   sudo apt-add-repository "deb $SD/$SV/Ubuntu-$UV/ ./" && \
   sudo apt-add-repository "deb $SD/$SV/Ubuntu-$UV/ ./" && \
   wget -qO- $SD/$SV/Ubuntu-$UV/Release.key | sudo apt-key add -
   wget -qO- $SD/$SV/Ubuntu-$UV/Release.key | sudo apt-key add - && \
  sudo apt-get update && \
  sudo apt-get install sweets-distribution
*Sugar 0.94 with Ubuntu-11.04 or Trisquel-5.0:
*Sugar 0.94 with Ubuntu-11.04 or Trisquel-5.0:
   SV=0.94
   SV=0.94
Line 61: Line 63:
   SD=http://download.sugarlabs.org/packages/SweetsDistribution:
   SD=http://download.sugarlabs.org/packages/SweetsDistribution:
   sudo apt-add-repository "deb $SD/$SV/Ubuntu-$UV/ ./" && \
   sudo apt-add-repository "deb $SD/$SV/Ubuntu-$UV/ ./" && \
   wget -qO- $SD/$SV/Ubuntu-$UV/Release.key | sudo apt-key add -
   wget -qO- $SD/$SV/Ubuntu-$UV/Release.key | sudo apt-key add - && \
  sudo apt-get update && \
  sudo apt-get install sweets-distribution
:*Unmet dependency, Depends on sweets-write but is not going to be installed  
:*Unmet dependency, Depends on sweets-write but is not going to be installed  
:**Cause is incorrect Depends on python-abiword, an Ubuntu package,
:**Cause is incorrect Depends on python-abiword, an Ubuntu package,
Line 70: Line 74:
   SD=http://download.sugarlabs.org/packages/SweetsDistribution:
   SD=http://download.sugarlabs.org/packages/SweetsDistribution:
   sudo apt-add-repository "deb $SD/$SV/Ubuntu-$UV/ ./" && \
   sudo apt-add-repository "deb $SD/$SV/Ubuntu-$UV/ ./" && \
   wget -qO- $SD/$SV/Ubuntu-$UV/Release.key | sudo apt-key add -
   wget -qO- $SD/$SV/Ubuntu-$UV/Release.key | sudo apt-key add - && \
  sudo apt-get update && \
  sudo apt-get install sweets-distribution
:*see [[Community/Distributions/Ubuntu/Tests|latest test results]]
:*see [[Community/Distributions/Ubuntu/Tests|latest test results]]
*Sugar 0.88 with Ubuntu-10.10 or Trisquel-4.5:
*Sugar 0.88 with Ubuntu-10.10 or Trisquel-4.5:
Line 77: Line 83:
   SD=http://download.sugarlabs.org/packages/SweetsDistribution:
   SD=http://download.sugarlabs.org/packages/SweetsDistribution:
   sudo apt-add-repository "deb $SD/$SV/Ubuntu-$UV/ ./" && \
   sudo apt-add-repository "deb $SD/$SV/Ubuntu-$UV/ ./" && \
   wget -qO- $SD/$SV/Ubuntu-$UV/Release.key | sudo apt-key add -
   wget -qO- $SD/$SV/Ubuntu-$UV/Release.key | sudo apt-key add - && \
  sudo apt-get update && \
  sudo apt-get install sweets-distribution
*Sugar 0.88 with Ubuntu-10.04 or Trisquel-4.1:
*Sugar 0.88 with Ubuntu-10.04 or Trisquel-4.1:
   SV=0.88
   SV=0.88
Line 83: Line 91:
   SD=http://download.sugarlabs.org/packages/SweetsDistribution:
   SD=http://download.sugarlabs.org/packages/SweetsDistribution:
   sudo apt-add-repository "deb $SD/$SV/Ubuntu-$UV/ ./" && \
   sudo apt-add-repository "deb $SD/$SV/Ubuntu-$UV/ ./" && \
   wget -qO- $SD/$SV/Ubuntu-$UV/Release.key | sudo apt-key add -
   wget -qO- $SD/$SV/Ubuntu-$UV/Release.key | sudo apt-key add - && \
  sudo apt-get update && \
  sudo apt-get install sweets-distribution


Or check [http://download.sugarlabs.org/packages/SweetsDistribution%3a the downloads directory] for other combinations.
Or check [http://download.sugarlabs.org/packages/SweetsDistribution%3a the downloads directory] for other combinations.


Refresh the package list:
The above compound commands install the full Sweets Distribution, i.e., Sugar Shell and Fructose activities. To instsall only the Sugar Shell, change ''sugar-distribution'' to ''sweets-sugar'' before pasting the command into a terminal.
 
sudo apt-get update
 
Install the full Sweets Distribution, i.e., Sugar Shell and Fructose activities:
 
  sudo apt-get install sweets-distribution
 
Or, install only the Sugar Shell:
 
sudo apt-get install sweets-sugar


See also [[Community/Distributions/Ubuntu/Tests|latest test results]].
See also [[Community/Distributions/Ubuntu/Tests|latest test results]].