Sweets Distribution: Difference between revisions

packages for 0.94/11.04 are fixed, this problem no longer occurs
Line 67: Line 67:
   sudo apt-get update && \
   sudo apt-get update && \
   sudo apt-get install sweets-distribution
   sudo apt-get install sweets-distribution
:*Unmet dependency, Depends on sweets-write but is not going to be installed
:**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
*Sugar 0.94 with Ubuntu-10.04.4 or Trisquel-4.1
   SV=0.94
   SV=0.94