Sweets Distribution: Difference between revisions
m →Ubuntu and its derivates: edit |
|||
| Line 47: | Line 47: | ||
Add a software source and import the key. Choose one of the following: | Add a software source and import the key. Choose one of the following: | ||
*Sugar 0.94 with Ubuntu-11.10: | |||
*<s>Sugar 0.94 with Ubuntu-11.10</s>: | |||
<!-- | |||
SV=0.94 | SV=0.94 | ||
UV=11.10 | UV=11.10 | ||
| Line 53: | Line 55: | ||
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 - | ||
--> | |||
:*not yet released, known to not work, see [[Community/Distributions/Ubuntu-Tests|latest test results]] | |||
*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 | ||
UV=11.04 | UV=11.04 | ||
| Line 60: | Line 63: | ||
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 - | ||
*Sugar 0.94 with Ubuntu-10.04.4 or Trisquel-4.1 | :*Unmet dependency, Depends on sweets-write but is not going to be installed --[[User:Satellit|Satellit]] 18:32, 6 March 2012 (EST) | ||
:*Cause is incorrect Depends on python-abiword, an Ubuntu package, | |||
:*Workaround is: <code>apt-get source python-abiword && apt-get build-dep python-abiword && cd pyabiword-0.8.0 && dpkg-buildpackage && cd .. && dpkg -i python-abiword_*.deb && apt-get install sweets-distribution</code> | |||
*Sugar 0.94 with Ubuntu-10.04.4 or Trisquel-4.1 | |||
SV=0.94 | SV=0.94 | ||
UV=10.04 | UV=10.04 | ||
| Line 66: | Line 72: | ||
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 - | ||
:*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: | ||
SV=0.88 | SV=0.88 | ||