Difference between revisions of "Sweets Distribution/Manual Installation"
Jump to navigation
Jump to search
m (→Ubuntu and its derivates: *Sugar 0.94 with Ubuntu-12.04 (new)) |
m (→Ubuntu and its derivates: Sugar 0.94 with Ubuntu-12.04 LTS) |
||
Line 3: | Line 3: | ||
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.04 | + | *Sugar 0.94 with Ubuntu-12.04 LTS |
SV=0.94 | SV=0.94 | ||
UV=12.04 | UV=12.04 | ||
Line 11: | Line 11: | ||
sudo apt-get update && \ | sudo apt-get update && \ | ||
sudo apt-get install sweets-distribution | sudo apt-get install sweets-distribution | ||
− | + | ||
*Sugar 0.94 with Ubuntu-11.10, Trisquel 5.5, or Linux Mint 12: | *Sugar 0.94 with Ubuntu-11.10, Trisquel 5.5, or Linux Mint 12: | ||
Line 59: | Line 59: | ||
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. | ||
+ | * http://download.sugarlabs.org/packages/SweetsDistribution:/Factory/Ubuntu-12.04/ |
Revision as of 09:31, 30 April 2012
Ubuntu and its derivates
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 copy and paste it into a terminal:
- Sugar 0.94 with Ubuntu-12.04 LTS
SV=0.94 UV=12.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 - && \ sudo apt-get update && \ sudo apt-get install sweets-distribution
- Sugar 0.94 with Ubuntu-11.10, Trisquel 5.5, or Linux Mint 12:
SV=0.94 UV=11.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 - && \ sudo apt-get update && \ sudo apt-get install sweets-distribution
- Sugar 0.94 with Ubuntu-11.04, Trisquel-5.0, or Linux Mint 11:
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 - && \ sudo apt-get update && \ sudo apt-get install sweets-distribution
- Sugar 0.94 with Ubuntu-10.04.4 or Trisquel-4.1
SV=0.94 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 - && \ sudo apt-get update && \ sudo apt-get install sweets-distribution
- 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 - && \ sudo apt-get update && \ sudo apt-get install sweets-distribution
- 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 - && \ sudo apt-get update && \ sudo apt-get install sweets-distribution
Or check the downloads directory for other combinations.