Ubuntu: Difference between revisions
No edit summary |
|||
| Line 30: | Line 30: | ||
===Adding to a system=== | ===Adding to a system=== | ||
How to add Sugar 0. | How to add Sugar 0.106 (stable) to an Ubuntu 14.04.2 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 39: | Line 39: | ||
===Upgrading a system=== | ===Upgrading a system=== | ||
How to upgrade from Sugar 0.104 | How to upgrade from Sugar 0.104 (stable) to Sugar 0.106 (stable) on an existing Ubuntu 14.04.2 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 | ||