Ubuntu: Difference between revisions
| Line 129: | Line 129: | ||
gpg --export --armor F265806A9BFFF0F4 | sudo apt-key add - | gpg --export --armor F265806A9BFFF0F4 | sudo apt-key add - | ||
To use | To use Sucrose-0.84 on 8.04(Hardy) | ||
sudo sh -c 'echo deb http://ppa.launchpad.net/alsroot/trisquel-edu/ubuntu hardy main >> /etc/apt/sources.list' | sudo sh -c 'echo deb http://ppa.launchpad.net/alsroot/trisquel-edu/ubuntu hardy main >> /etc/apt/sources.list' | ||
sudo apt-get update | sudo apt-get update | ||
sudo apt-get install sugar-platform | sudo apt-get install sugar-platform | ||
To use | To use Sucrose-0.86 on 9.04(Jaunty). You need to update metacity from this PPA. | ||
sudo sh -c 'echo deb http://ppa.launchpad.net/alsroot/trisquel-edu-3/ubuntu jaunty main >> /etc/apt/sources.list' | sudo sh -c 'echo deb http://ppa.launchpad.net/alsroot/trisquel-edu-3/ubuntu jaunty main >> /etc/apt/sources.list' | ||
sudo apt-get update | sudo apt-get update | ||
| Line 150: | Line 140: | ||
sudo apt-get install sugar-platform | sudo apt-get install sugar-platform | ||
To use | To use Sucrose-0.86 on 9.10(Karmic) | ||
sudo sh -c 'echo deb http://ppa.launchpad.net/alsroot/sugar-0.86/ubuntu karmic main >> /etc/apt/sources.list' | sudo sh -c 'echo deb http://ppa.launchpad.net/alsroot/sugar-0.86/ubuntu karmic main >> /etc/apt/sources.list' | ||
sudo apt-get update | sudo apt-get update | ||