Difference between revisions of "Sweets Distribution/Manual Installation"
m (→Ubuntu and its derivates: 12.04 - Applications do not start) |
Inkyfingers (talk | contribs) (Deprecated page) |
||
(9 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Deprecated | see [[Sweets Distribution]]}} | ||
+ | |||
+ | These are instruction how to setup Sweets Distribution repository manually. For more users friendly way, use [[Sweets_Distribution#Installation|sweets-distribution]] utility. | ||
+ | ==Releases== | ||
+ | *http://old-releases.ubuntu.com/releases/ | ||
+ | == General == | ||
+ | |||
+ | In addition to chosen Sweets Distribution [[Template:Sweets_Distribution_Linkbar|repository]], another, common, repository needs to be added to the system: | ||
+ | |||
+ | http://download.sugarlabs.org/packages/SweetsDistribution/ | ||
+ | |||
== Ubuntu and its derivates == | == 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 [[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. | + | *(Sugar 0.94 with) Ubuntu-12.10 ==> then go to: [[Sweets_Distribution#Installation| '''Sweets Distribution Installation''']] (NOTE BELOW) |
+ | UV=12.10 | ||
+ | SD=http://download.sugarlabs.org/packages/SweetsDistribution: | ||
+ | sudo apt-add-repository "deb $SD/Ubuntu-$UV/ ./" && \ | ||
+ | wget -qO- $SD/Ubuntu-$UV/Release.key | sudo apt-key add - && \ | ||
+ | sudo apt-get update && \ | ||
+ | sudo apt-get install sweets-distribution | ||
+ | |||
+ | *Sugar 0.94 with Ubuntu-12.04 LTS | ||
+ | :: [[Tuquito_Sweets |Tutorial of 12.04LTS installaton]] | ||
SV=0.94 | SV=0.94 | ||
UV=12.04 | UV=12.04 | ||
Line 57: | Line 77: | ||
sudo apt-get update && \ | sudo apt-get update && \ | ||
sudo apt-get install sweets-distribution | sudo apt-get install sweets-distribution | ||
+ | |||
+ | NOTE: | ||
+ | You might have to edit your sources and remove the "Sugar version" information so that you can attempt to install 'sweets-distribution'. | ||
+ | The last command failed when I tried though. I tried 'sudo apt-get install sweets' | ||
+ | Which completed successfully but still 'sweets-distribution status' does not work properly. [[User:Xinerama|Xinerama]] 10:13, 14 April 2013 (EDT) | ||
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/ | * http://download.sugarlabs.org/packages/SweetsDistribution:/Factory/Ubuntu-12.04/ |
Latest revision as of 17:01, 18 May 2016
ReleasesGeneralIn addition to chosen Sweets Distribution repository, another, common, repository needs to be added to the system: http://download.sugarlabs.org/packages/SweetsDistribution/ Ubuntu and its derivatesAdd 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:
UV=12.10 SD=http://download.sugarlabs.org/packages/SweetsDistribution: sudo apt-add-repository "deb $SD/Ubuntu-$UV/ ./" && \ wget -qO- $SD/Ubuntu-$UV/Release.key | sudo apt-key add - && \ sudo apt-get update && \ sudo apt-get install sweets-distribution
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 -f
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
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
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
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
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 NOTE: You might have to edit your sources and remove the "Sugar version" information so that you can attempt to install 'sweets-distribution'. The last command failed when I tried though. I tried 'sudo apt-get install sweets' Which completed successfully but still 'sweets-distribution status' does not work properly. Xinerama 10:13, 14 April 2013 (EDT) Or check the downloads directory for other combinations. |