Ubuntu: Difference between revisions

Line 120: Line 120:
Another way to start sugar on Ubuntu is using sugar-* PPA.
Another way to start sugar on Ubuntu is using sugar-* PPA.


'''NOTE''' These PPAs use packages generated by [[Deployment_Team/jhconvert|jhconvert]], so if you have sugar packages installed by another method you need to remove them all:
'''NOTE''' These PPAs use packages generated by [[Deployment_Team/jhconvert|jhconvert]], so if you have sugar packages installed by another method you need to remove them all(karmic packages have Conflicts tags but it wasn't tested yet):
  sudo apt-get remove -f $(dpkg-query -l | grep -e sugar -e olpc | awk '{print $2}')
  sudo apt-get remove -f $(dpkg-query -l | grep -e sugar -e olpc | awk '{print $2}')