Ubuntu: Difference between revisions

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


'''NOTE''' sugar-* 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:
  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}')