Sweets Distribution/Manual Installation: Difference between revisions

Satellit (talk | contribs)
Line 11: Line 11:
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 [[Compound commands#Copy and Paste|copy and paste]] it into a terminal:
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 [[Compound commands#Copy and Paste|copy and paste]] it into a terminal:


*Sugar 0.94 with Ubuntu-12.10  ==> then go to: [[Sweets_Distribution#Installation| '''Sweets Distribution Installation''']]
*(Sugar 0.94 with) Ubuntu-12.10  ==> then go to: [[Sweets_Distribution#Installation| '''Sweets Distribution Installation''']]
  SV=0.94
   UV=12.10
   UV=12.10
   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/Ubuntu-$UV/ ./" && \
   wget -qO- $SD/$SV/Ubuntu-$UV/Release.key | sudo apt-key add - && \
   wget -qO- $SD/Ubuntu-$UV/Release.key | sudo apt-key add - && \
   sudo apt-get update && \
   sudo apt-get update && \
   sudo apt-get install sweets-distribution
   sudo apt-get install sweets-distribution