Ubuntu: Difference between revisions
No edit summary |
No edit summary |
||
| Line 20: | Line 20: | ||
===Adding to a system=== | ===Adding to a system=== | ||
How to add Sugar 0.106 (stable) to an Ubuntu 14.04 | How to add Sugar 0.106 (stable) to an Ubuntu 14.04 Trusty system: | ||
* edit <tt>/etc/apt/sources.list</tt> to add the OLPC archive, | * edit <tt>/etc/apt/sources.list</tt> to add the OLPC archive, | ||
deb [trusted=yes] <nowiki>http://dev.laptop.org/pub/us</nowiki> trusty main | deb [trusted=yes] <nowiki>http://dev.laptop.org/pub/us</nowiki> trusty main | ||
| Line 29: | Line 29: | ||
===Upgrading a system=== | ===Upgrading a system=== | ||
How to upgrade | How to upgrade to Sugar 0.107 (unstable) on an existing Ubuntu 14.04 Trusty system: | ||
* update the package lists, and apply all pending updates, | * update the package lists, and apply all pending updates, | ||
sudo apt update && sudo apt dist-upgrade | sudo apt update && sudo apt dist-upgrade | ||